Html Css Color HEX #CB4411 Harley Davidson Orange

📋 copy color: '#CB4411'

red 203 ◦ green 68 ◦ blue 17

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

Shades of Harley Davidson Orange #CB4411

Tints of Harley Davidson Orange #CB4411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.61%

 BLUE value IS 17 (7.03% from 255) = 5.9%

R = 70.49%
G = 23.61%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB4411 (or 0xCB4411) is known color: Harley Davidson Orange. HEX triplet: CB, 44 and 11. RGB value is (203,68,17). Sum of RGB (Red+Green+Blue) = 203+68+17=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4411 is #34BBEE. Grayscale: #666666. Windows color (decimal): -3455983 or 1131723. OLE color: 1131723.

HSL color Cylindrical-coordinate representation of color #CB4411: hue angle of 16.45º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB4411 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 68 17 -
CMYK 0 0.67 0.92 0.20
HSL 16.45º 0.85% 0.43% -
HSV(B) 16.45º 0.92% 0.8% -
XYZ 26.8 16.87 2.37 -
YUV 102.55 79.73 199.65 -
System Red Green Blue C M Y K H S L
Decimal 203 68 17 0 0.67 0.92 0.20 16.45 0.85 0.43
Hex CB 44 11 0 43 5C 14 10 55 2B
Octal 313 104 21 0 103 134 24 20 125 53
Binary 11001011 1000100 10001 0 1000011 1011100 10100 10000 1010101 101011

Color Harmonies of #CB4411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4411

Black with #CB4411

Text Example


Text Example

White with #CB4411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4411; }

 p { color: rgb(203,68,17); }

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

background-color css

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

 a { background-color: rgb(203,68,17); }

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

border-color css

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

 span { border-color: rgb(203,68,17); }

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