Html Css Color HEX #CB4024 Harley Davidson Orange

📋 copy color: '#CB4024'

red 203 ◦ green 64 ◦ blue 36

#CB4024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CB4024

Tints of Harley Davidson Orange #CB4024

RGB

 RED value IS 203 (79.69% from 255) = 67%

 GREEN value IS 64 (25.39% from 255) = 21.12%

 BLUE value IS 36 (14.45% from 255) = 11.88%

R = 67%
G = 21.12%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB4024 (or 0xCB4024) is known color: Harley Davidson Orange. HEX triplet: CB, 40 and 24. RGB value is (203,64,36). Sum of RGB (Red+Green+Blue) = 203+64+36=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4024 is #34BFDB. Grayscale: #666666. Windows color (decimal): -3456988 or 2375883. OLE color: 2375883.

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

Color convert

RGB 203 64 36 -
CMYK 0 0.68 0.82 0.20
HSL 10.06º 0.7% 0.47% -
HSV(B) 10.06º 0.82% 0.8% -
XYZ 26.78 16.49 3.44 -
YUV 102.37 90.55 199.78 -
System Red Green Blue C M Y K H S L
Decimal 203 64 36 0 0.68 0.82 0.20 10.06 0.7 0.47
Hex CB 40 24 0 44 52 14 A 46 2F
Octal 313 100 44 0 104 122 24 12 106 57
Binary 11001011 1000000 100100 0 1000100 1010010 10100 1010 1000110 101111

Color Harmonies of #CB4024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4024

Black with #CB4024

Text Example


Text Example

White with #CB4024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4024; }

 p { color: rgb(203,64,36); }

 H1.HeaderClassName
 {
   color: #CB4024;
 }
 .AnyTagClassName
 {
   color: #CB4024;
 }
</style>

background-color css

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

 a { background-color: rgb(203,64,36); }

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

border-color css

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

 span { border-color: rgb(203,64,36); }

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