Html Css Color HEX #C32312 Harley Davidson Orange

📋 copy color: '#C32312'

red 195 ◦ green 35 ◦ blue 18

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

Shades of Harley Davidson Orange #C32312

Tints of Harley Davidson Orange #C32312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.11%

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 78.63%
G = 14.11%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C32312 (or 0xC32312) is known color: Harley Davidson Orange. HEX triplet: C3, 23 and 12. RGB value is (195,35,18). Sum of RGB (Red+Green+Blue) = 195+35+18=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C32312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32312 is #3CDCED. Grayscale: #515151. Windows color (decimal): -3988718 or 1188803. OLE color: 1188803.

HSL color Cylindrical-coordinate representation of color #C32312: hue angle of 5.76º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C32312 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 35 18 -
CMYK 0 0.82 0.91 0.24
HSL 5.76º 0.83% 0.42% -
HSV(B) 5.76º 0.91% 0.76% -
XYZ 23.22 12.85 1.83 -
YUV 80.9 92.51 209.38 -
System Red Green Blue C M Y K H S L
Decimal 195 35 18 0 0.82 0.91 0.24 5.76 0.83 0.42
Hex C3 23 12 0 52 5B 18 6 53 2A
Octal 303 43 22 0 122 133 30 6 123 52
Binary 11000011 100011 10010 0 1010010 1011011 11000 110 1010011 101010

Color Harmonies of #C32312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32312

Black with #C32312

Text Example


Text Example

White with #C32312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32312; }

 p { color: rgb(195,35,18); }

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

background-color css

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

 a { background-color: rgb(195,35,18); }

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

border-color css

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

 span { border-color: rgb(195,35,18); }

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