#C82B08

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

Shades of Harley Davidson Orange #C82B08

Tints of Harley Davidson Orange #C82B08

Color information

#C82B08 (or 0xC82B08) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 2B and 08. RGB value is (200,43,8). Sum of RGB (Red+Green+Blue) = 200+43+8=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82B08 is #37D4F7. Grayscale: #565656. Windows color (decimal): -3659000 or 535496. OLE color: 535496.

HSL color Cylindrical-coordinate representation of color #C82B08: hue angle of 10.94º 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 #C82B08 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB200438-
CMYK00.780.960.22
HSL10.94º92.31%40.78%-
HSV(B)10.94º96%78.43%-
XYZ24.7314.021.63-
YUV85.9584.01209.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 79.68%
GREEN value IS 43 (17.19% from 255) = 17.13%
BLUE value IS 8 (3.52% from 255) = 3.19%
R=79.68%
G=17.13%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20043800.780.960.2210.9492.3140.78
HexC82B804E6016b5c29
Octal31053100116140261313451
Binary1100100010101110000100111011000001011010111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82B08; }

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

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

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

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

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

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

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

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