Html Css Color HEX #CB2309 Harley Davidson Orange

📋 copy color: '#CB2309'

red 203 ◦ green 35 ◦ blue 9

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

Shades of Harley Davidson Orange #CB2309

Tints of Harley Davidson Orange #CB2309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.17%

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

R = 82.19%
G = 14.17%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB2309 (or 0xCB2309) is known color: Harley Davidson Orange. HEX triplet: CB, 23 and 09. RGB value is (203,35,9). Sum of RGB (Red+Green+Blue) = 203+35+9=247 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.19% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2309 is #34DCF6. Grayscale: #525252. Windows color (decimal): -3464439 or 598987. OLE color: 598987.

HSL color Cylindrical-coordinate representation of color #CB2309: hue angle of 8.04º 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 #CB2309 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 35 9 -
CMYK 0 0.83 0.96 0.20
HSL 8.04º 0.92% 0.42% -
HSV(B) 8.04º 0.96% 0.8% -
XYZ 25.28 13.92 1.61 -
YUV 82.27 86.66 214.11 -
System Red Green Blue C M Y K H S L
Decimal 203 35 9 0 0.83 0.96 0.20 8.04 0.92 0.42
Hex CB 23 9 0 53 60 14 8 5C 2A
Octal 313 43 11 0 123 140 24 10 134 52
Binary 11001011 100011 1001 0 1010011 1100000 10100 1000 1011100 101010

Color Harmonies of #CB2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2309

Black with #CB2309

Text Example


Text Example

White with #CB2309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2309; }

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

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

background-color css

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

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

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

border-color css

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

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

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