Html Css Color HEX #C33204 Harley Davidson Orange

📋 copy color: '#C33204'

red 195 ◦ green 50 ◦ blue 4

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

Shades of Harley Davidson Orange #C33204

Tints of Harley Davidson Orange #C33204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.08%

 BLUE value IS 4 (1.95% from 255) = 1.61%

R = 78.31%
G = 20.08%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C33204 (or 0xC33204) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 04. RGB value is (195,50,4). Sum of RGB (Red+Green+Blue) = 195+50+4=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C33204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33204 is #3CCDFB. Grayscale: #585858. Windows color (decimal): -3984892 or 275139. OLE color: 275139.

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

Color convert

RGB 195 50 4 -
CMYK 0 0.74 0.98 0.24
HSL 14.45º 0.96% 0.39% -
HSV(B) 14.45º 0.98% 0.76% -
XYZ 23.67 13.89 1.55 -
YUV 88.11 80.54 204.24 -
System Red Green Blue C M Y K H S L
Decimal 195 50 4 0 0.74 0.98 0.24 14.45 0.96 0.39
Hex C3 32 4 0 4A 62 18 E 60 27
Octal 303 62 4 0 112 142 30 16 140 47
Binary 11000011 110010 100 0 1001010 1100010 11000 1110 1100000 100111

Color Harmonies of #C33204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33204

Black with #C33204

Text Example


Text Example

White with #C33204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33204; }

 p { color: rgb(195,50,4); }

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

background-color css

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

 a { background-color: rgb(195,50,4); }

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

border-color css

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

 span { border-color: rgb(195,50,4); }

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