Html Css Color HEX #CB1F09 Harley Davidson Orange

📋 copy color: '#CB1F09'

red 203 ◦ green 31 ◦ blue 9

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

Shades of Harley Davidson Orange #CB1F09

Tints of Harley Davidson Orange #CB1F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.76%

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

R = 83.54%
G = 12.76%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB1F09 (or 0xCB1F09) is known color: Harley Davidson Orange. HEX triplet: CB, 1F and 09. RGB value is (203,31,9). Sum of RGB (Red+Green+Blue) = 203+31+9=243 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.54% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB1F09 is #34E0F6. Grayscale: #505050. Windows color (decimal): -3465463 or 597963. OLE color: 597963.

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

Color convert

RGB 203 31 9 -
CMYK 0 0.85 0.96 0.20
HSL 6.8º 0.92% 0.42% -
HSV(B) 6.8º 0.96% 0.8% -
XYZ 25.17 13.7 1.58 -
YUV 79.92 87.98 215.79 -
System Red Green Blue C M Y K H S L
Decimal 203 31 9 0 0.85 0.96 0.20 6.8 0.92 0.42
Hex CB 1F 9 0 55 60 14 7 5C 2A
Octal 313 37 11 0 125 140 24 7 134 52
Binary 11001011 11111 1001 0 1010101 1100000 10100 111 1011100 101010

Color Harmonies of #CB1F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1F09

Black with #CB1F09

Text Example


Text Example

White with #CB1F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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