Html Css Color HEX #CB2F09 Harley Davidson Orange

📋 copy color: '#CB2F09'

red 203 ◦ green 47 ◦ blue 9

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

Shades of Harley Davidson Orange #CB2F09

Tints of Harley Davidson Orange #CB2F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.15%

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

R = 78.38%
G = 18.15%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB2F09 (or 0xCB2F09) is known color: Harley Davidson Orange. HEX triplet: CB, 2F and 09. RGB value is (203,47,9). Sum of RGB (Red+Green+Blue) = 203+47+9=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2F09 is #34D0F6. Grayscale: #595959. Windows color (decimal): -3461367 or 602059. OLE color: 602059.

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

Color convert

RGB 203 47 9 -
CMYK 0 0.77 0.96 0.20
HSL 11.75º 0.92% 0.42% -
HSV(B) 11.75º 0.96% 0.8% -
XYZ 25.69 14.75 1.75 -
YUV 89.31 82.68 209.09 -
System Red Green Blue C M Y K H S L
Decimal 203 47 9 0 0.77 0.96 0.20 11.75 0.92 0.42
Hex CB 2F 9 0 4D 60 14 C 5C 2A
Octal 313 57 11 0 115 140 24 14 134 52
Binary 11001011 101111 1001 0 1001101 1100000 10100 1100 1011100 101010

Color Harmonies of #CB2F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2F09

Black with #CB2F09

Text Example


Text Example

White with #CB2F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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