#C8301D

Color #C8301D Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C8301D

Tints of Harley Davidson Orange #C8301D

Color information

#C8301D (or 0xC8301D) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 30 and 1D. RGB value is (200,48,29). Sum of RGB (Red+Green+Blue) = 200+48+29=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C8301D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8301D is #37CFE2. Grayscale: #5B5B5B. Windows color (decimal): -3657699 or 1913032. OLE color: 1913032.

HSL color Cylindrical-coordinate representation of color #C8301D: hue angle of 6.67º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8301D is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB2004829-
CMYK00.760.860.22
HSL6.67º74.67%44.9%-
HSV(B)6.67º85.5%78.43%-
XYZ25.114.482.63-
YUV91.2892.86205.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 72.20%
GREEN value IS 48 (19.14% from 255) = 17.33%
BLUE value IS 29 (11.72% from 255) = 10.47%
R=72.20%
G=17.33%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200482900.760.860.226.6774.6744.9
HexC8301D04C561674b2d
Octal3106035011412626711355
Binary1100100011000011101010011001010110101101111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8301D; }

 p { color: rgb(200,48,29); }

 H1.HeaderClassName
 {
   color: #C8301D;
 }
 .AnyTagClassName
 {
   color: #C8301D;
 }
</style>
background-color css

<style>
 a { background-color: #C8301D; }

 a { background-color: rgb(200,48,29); }

 div.DivClassName
 {
   background-color: #C8301D;
 }
 .BgClassName
 {
   background-color: #C8301D;
 }
</style>
border-color css

<style>
 span { border-color: #C8301D; }

 span { border-color: rgb(200,48,29); }

 td.TdClassName
 {
   border-color: #C8301D;
 }
 .TagClassName
 {
   border-color: #C8301D;
 }
</style>