#CB4119

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

Shades of Harley Davidson Orange #CB4119

Tints of Harley Davidson Orange #CB4119

Color information

#CB4119 (or 0xCB4119) is unknown color: approx Harley Davidson Orange. HEX triplet: CB, 41 and 19. RGB value is (203,65,25). Sum of RGB (Red+Green+Blue) = 203+65+25=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4119 is #34BEE6. Grayscale: #666666. Windows color (decimal): -3456743 or 1655243. OLE color: 1655243.

HSL color Cylindrical-coordinate representation of color #CB4119: hue angle of 13.48º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB4119 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB2036525-
CMYK00.680.880.20
HSL13.48º78.07%44.71%-
HSV(B)13.48º87.68%79.61%-
XYZ26.6916.552.71-
YUV101.784.72200.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 69.28%
GREEN value IS 65 (25.78% from 255) = 22.18%
BLUE value IS 25 (10.16% from 255) = 8.53%
R=69.28%
G=22.18%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203652500.680.880.2013.4878.0744.71
HexCB41190445814d4e2d
Octal313101310104130241511655
Binary110010111000001110010100010010110001010011011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4119; }

 p { color: rgb(203,65,25); }

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

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

 a { background-color: rgb(203,65,25); }

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

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

 span { border-color: rgb(203,65,25); }

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