Html Css Color HEX #C33210 Harley Davidson Orange

📋 copy color: '#C33210'

red 195 ◦ green 50 ◦ blue 16

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

Shades of Harley Davidson Orange #C33210

Tints of Harley Davidson Orange #C33210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.13%

R = 74.71%
G = 19.16%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C33210 (or 0xC33210) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 10. RGB value is (195,50,16). Sum of RGB (Red+Green+Blue) = 195+50+16=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C33210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33210 is #3CCDEF. Grayscale: #595959. Windows color (decimal): -3984880 or 1061571. OLE color: 1061571.

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

Color convert

RGB 195 50 16 -
CMYK 0 0.74 0.92 0.24
HSL 11.4º 0.85% 0.41% -
HSV(B) 11.4º 0.92% 0.76% -
XYZ 23.74 13.92 1.93 -
YUV 89.48 86.54 203.26 -
System Red Green Blue C M Y K H S L
Decimal 195 50 16 0 0.74 0.92 0.24 11.4 0.85 0.41
Hex C3 32 10 0 4A 5C 18 B 55 29
Octal 303 62 20 0 112 134 30 13 125 51
Binary 11000011 110010 10000 0 1001010 1011100 11000 1011 1010101 101001

Color Harmonies of #C33210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33210

Black with #C33210

Text Example


Text Example

White with #C33210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33210; }

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

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

background-color css

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

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

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

border-color css

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

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

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