Html Css Color HEX #CB1D09 Harley Davidson Orange

📋 copy color: '#CB1D09'

red 203 ◦ green 29 ◦ blue 9

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

Shades of Harley Davidson Orange #CB1D09

Tints of Harley Davidson Orange #CB1D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.03%

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

R = 84.23%
G = 12.03%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB1D09 (or 0xCB1D09) is known color: Harley Davidson Orange. HEX triplet: CB, 1D and 09. RGB value is (203,29,9). Sum of RGB (Red+Green+Blue) = 203+29+9=241 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.23% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB1D09 is #34E2F6. Grayscale: #4E4E4E. Windows color (decimal): -3465975 or 597451. OLE color: 597451.

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

Color convert

RGB 203 29 9 -
CMYK 0 0.86 0.96 0.20
HSL 6.19º 0.92% 0.42% -
HSV(B) 6.19º 0.96% 0.8% -
XYZ 25.12 13.59 1.56 -
YUV 78.75 88.65 216.63 -
System Red Green Blue C M Y K H S L
Decimal 203 29 9 0 0.86 0.96 0.20 6.19 0.92 0.42
Hex CB 1D 9 0 56 60 14 6 5C 2A
Octal 313 35 11 0 126 140 24 6 134 52
Binary 11001011 11101 1001 0 1010110 1100000 10100 110 1011100 101010

Color Harmonies of #CB1D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D09

Black with #CB1D09

Text Example


Text Example

White with #CB1D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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