Html Css Color HEX #CB4006 Harley Davidson Orange

📋 copy color: '#CB4006'

red 203 ◦ green 64 ◦ blue 6

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

Shades of Harley Davidson Orange #CB4006

Tints of Harley Davidson Orange #CB4006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.2%

R = 74.36%
G = 23.44%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CB4006 (or 0xCB4006) is known color: Harley Davidson Orange. HEX triplet: CB, 40 and 06. RGB value is (203,64,6). Sum of RGB (Red+Green+Blue) = 203+64+6=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4006 is #34BFF9. Grayscale: #636363. Windows color (decimal): -3457018 or 409803. OLE color: 409803.

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

Color convert

RGB 203 64 6 -
CMYK 0 0.68 0.97 0.20
HSL 17.66º 0.94% 0.41% -
HSV(B) 17.66º 0.97% 0.8% -
XYZ 26.49 16.38 1.94 -
YUV 98.95 75.55 202.22 -
System Red Green Blue C M Y K H S L
Decimal 203 64 6 0 0.68 0.97 0.20 17.66 0.94 0.41
Hex CB 40 6 0 44 61 14 12 5E 29
Octal 313 100 6 0 104 141 24 22 136 51
Binary 11001011 1000000 110 0 1000100 1100001 10100 10010 1011110 101001

Color Harmonies of #CB4006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4006

Black with #CB4006

Text Example


Text Example

White with #CB4006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4006; }

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

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

background-color css

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

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

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

border-color css

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

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

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