Html Css Color HEX #CB3309 Harley Davidson Orange

📋 copy color: '#CB3309'

red 203 ◦ green 51 ◦ blue 9

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

Shades of Harley Davidson Orange #CB3309

Tints of Harley Davidson Orange #CB3309

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.39%

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

R = 77.19%
G = 19.39%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB3309 (or 0xCB3309) is known color: Harley Davidson Orange. HEX triplet: CB, 33 and 09. RGB value is (203,51,9). Sum of RGB (Red+Green+Blue) = 203+51+9=263 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.19% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3309 is #34CCF6. Grayscale: #5B5B5B. Windows color (decimal): -3460343 or 603083. OLE color: 603083.

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

Color convert

RGB 203 51 9 -
CMYK 0 0.75 0.96 0.20
HSL 12.99º 0.92% 0.42% -
HSV(B) 12.99º 0.96% 0.8% -
XYZ 25.86 15.08 1.81 -
YUV 91.66 81.36 207.42 -
System Red Green Blue C M Y K H S L
Decimal 203 51 9 0 0.75 0.96 0.20 12.99 0.92 0.42
Hex CB 33 9 0 4B 60 14 D 5C 2A
Octal 313 63 11 0 113 140 24 15 134 52
Binary 11001011 110011 1001 0 1001011 1100000 10100 1101 1011100 101010

Color Harmonies of #CB3309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3309

Black with #CB3309

Text Example


Text Example

White with #CB3309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3309; }

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

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

background-color css

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

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

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

border-color css

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

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

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