#C83008

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

Shades of Harley Davidson Orange #C83008

Tints of Harley Davidson Orange #C83008

Color information

#C83008 (or 0xC83008) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 30 and 08. RGB value is (200,48,8). Sum of RGB (Red+Green+Blue) = 200+48+8=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C83008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83008 is #37CFF7. Grayscale: #595959. Windows color (decimal): -3657720 or 536776. OLE color: 536776.

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

Color convert

RGB200488-
CMYK00.760.960.22
HSL12.5º92.31%40.78%-
HSV(B)12.5º96%78.43%-
XYZ24.9214.411.7-
YUV88.8982.36207.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 78.12%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 8 (3.52% from 255) = 3.12%
R=78.12%
G=18.75%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20048800.760.960.2212.592.3140.78
HexC830804C6016c5c29
Octal31060100114140261413451
Binary1100100011000010000100110011000001011011001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83008; }

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

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

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

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

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

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

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

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