Html Css Color HEX #C33306 Harley Davidson Orange

📋 copy color: '#C33306'

red 195 ◦ green 51 ◦ blue 6

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

Shades of Harley Davidson Orange #C33306

Tints of Harley Davidson Orange #C33306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.38%

R = 77.38%
G = 20.24%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C33306 (or 0xC33306) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 06. RGB value is (195,51,6). Sum of RGB (Red+Green+Blue) = 195+51+6=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C33306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33306 is #3CCCF9. Grayscale: #595959. Windows color (decimal): -3984634 or 406467. OLE color: 406467.

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

Color convert

RGB 195 51 6 -
CMYK 0 0.74 0.97 0.24
HSL 14.29º 0.94% 0.39% -
HSV(B) 14.29º 0.97% 0.76% -
XYZ 23.72 13.98 1.62 -
YUV 88.93 81.21 203.66 -
System Red Green Blue C M Y K H S L
Decimal 195 51 6 0 0.74 0.97 0.24 14.29 0.94 0.39
Hex C3 33 6 0 4A 61 18 E 5E 27
Octal 303 63 6 0 112 141 30 16 136 47
Binary 11000011 110011 110 0 1001010 1100001 11000 1110 1011110 100111

Color Harmonies of #C33306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33306

Black with #C33306

Text Example


Text Example

White with #C33306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33306; }

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

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

background-color css

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

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

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

border-color css

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

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

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