Html Css Color HEX #C32210 Harley Davidson Orange

📋 copy color: '#C32210'

red 195 ◦ green 34 ◦ blue 16

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

Shades of Harley Davidson Orange #C32210

Tints of Harley Davidson Orange #C32210

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.88%

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

R = 79.59%
G = 13.88%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C32210 (or 0xC32210) is known color: Harley Davidson Orange. HEX triplet: C3, 22 and 10. RGB value is (195,34,16). Sum of RGB (Red+Green+Blue) = 195+34+16=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C32210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32210 is #3CDDEF. Grayscale: #505050. Windows color (decimal): -3988976 or 1057475. OLE color: 1057475.

HSL color Cylindrical-coordinate representation of color #C32210: hue angle of 6.03º 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 #C32210 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 34 16 -
CMYK 0 0.83 0.92 0.24
HSL 6.03º 0.85% 0.41% -
HSV(B) 6.03º 0.92% 0.76% -
XYZ 23.17 12.78 1.74 -
YUV 80.09 91.84 209.96 -
System Red Green Blue C M Y K H S L
Decimal 195 34 16 0 0.83 0.92 0.24 6.03 0.85 0.41
Hex C3 22 10 0 53 5C 18 6 55 29
Octal 303 42 20 0 123 134 30 6 125 51
Binary 11000011 100010 10000 0 1010011 1011100 11000 110 1010101 101001

Color Harmonies of #C32210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32210

Black with #C32210

Text Example


Text Example

White with #C32210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32210; }

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

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

background-color css

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

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

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

border-color css

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

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

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