Html Css Color HEX #CB2809 Harley Davidson Orange

📋 copy color: '#CB2809'

red 203 ◦ green 40 ◦ blue 9

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

Shades of Harley Davidson Orange #CB2809

Tints of Harley Davidson Orange #CB2809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.87%

 BLUE value IS 9 (3.91% from 255) = 3.57%

R = 80.56%
G = 15.87%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB2809 (or 0xCB2809) is known color: Harley Davidson Orange. HEX triplet: CB, 28 and 09. RGB value is (203,40,9). Sum of RGB (Red+Green+Blue) = 203+40+9=252 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.56% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2809 is #34D7F6. Grayscale: #555555. Windows color (decimal): -3463159 or 600267. OLE color: 600267.

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

Color convert

RGB 203 40 9 -
CMYK 0 0.80 0.96 0.20
HSL 9.59º 0.92% 0.42% -
HSV(B) 9.59º 0.96% 0.8% -
XYZ 25.44 14.23 1.67 -
YUV 85.2 85 212.02 -
System Red Green Blue C M Y K H S L
Decimal 203 40 9 0 0.80 0.96 0.20 9.59 0.92 0.42
Hex CB 28 9 0 50 60 14 A 5C 2A
Octal 313 50 11 0 120 140 24 12 134 52
Binary 11001011 101000 1001 0 1010000 1100000 10100 1010 1011100 101010

Color Harmonies of #CB2809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2809

Black with #CB2809

Text Example


Text Example

White with #CB2809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2809; }

 p { color: rgb(203,40,9); }

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

background-color css

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

 a { background-color: rgb(203,40,9); }

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

border-color css

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

 span { border-color: rgb(203,40,9); }

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