Html Css Color HEX #C33308 Harley Davidson Orange

📋 copy color: '#C33308'

red 195 ◦ green 51 ◦ blue 8

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

Shades of Harley Davidson Orange #C33308

Tints of Harley Davidson Orange #C33308

RGB

 RED value IS 195 (76.56% from 255) = 76.77%

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

 BLUE value IS 8 (3.52% from 255) = 3.15%

R = 76.77%
G = 20.08%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C33308 (or 0xC33308) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 08. RGB value is (195,51,8). Sum of RGB (Red+Green+Blue) = 195+51+8=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C33308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33308 is #3CCCF7. Grayscale: #595959. Windows color (decimal): -3984632 or 537539. OLE color: 537539.

HSL color Cylindrical-coordinate representation of color #C33308: hue angle of 13.8º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C33308 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 51 8 -
CMYK 0 0.74 0.96 0.24
HSL 13.8º 0.92% 0.4% -
HSV(B) 13.8º 0.96% 0.76% -
XYZ 23.73 13.99 1.68 -
YUV 89.15 82.21 203.5 -
System Red Green Blue C M Y K H S L
Decimal 195 51 8 0 0.74 0.96 0.24 13.8 0.92 0.4
Hex C3 33 8 0 4A 60 18 E 5C 28
Octal 303 63 10 0 112 140 30 16 134 50
Binary 11000011 110011 1000 0 1001010 1100000 11000 1110 1011100 101000

Color Harmonies of #C33308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33308

Black with #C33308

Text Example


Text Example

White with #C33308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33308; }

 p { color: rgb(195,51,8); }

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

background-color css

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

 a { background-color: rgb(195,51,8); }

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

border-color css

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

 span { border-color: rgb(195,51,8); }

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