Html Css Color HEX #C32A0C Harley Davidson Orange

📋 copy color: '#C32A0C'

red 195 ◦ green 42 ◦ blue 12

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

Shades of Harley Davidson Orange #C32A0C

Tints of Harley Davidson Orange #C32A0C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.87%

 BLUE value IS 12 (5.08% from 255) = 4.82%

R = 78.31%
G = 16.87%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C32A0C (or 0xC32A0C) is known color: Harley Davidson Orange. HEX triplet: C3, 2A and 0C. RGB value is (195,42,12). Sum of RGB (Red+Green+Blue) = 195+42+12=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32A0C is #3CD5F3. Grayscale: #545454. Windows color (decimal): -3986932 or 797379. OLE color: 797379.

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

Color convert

RGB 195 42 12 -
CMYK 0 0.78 0.94 0.24
HSL 9.84º 0.88% 0.41% -
HSV(B) 9.84º 0.94% 0.76% -
XYZ 23.4 13.28 1.68 -
YUV 84.33 87.19 206.94 -
System Red Green Blue C M Y K H S L
Decimal 195 42 12 0 0.78 0.94 0.24 9.84 0.88 0.41
Hex C3 2A C 0 4E 5E 18 A 58 29
Octal 303 52 14 0 116 136 30 12 130 51
Binary 11000011 101010 1100 0 1001110 1011110 11000 1010 1011000 101001

Color Harmonies of #C32A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A0C

Black with #C32A0C

Text Example


Text Example

White with #C32A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A0C; }

 p { color: rgb(195,42,12); }

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

background-color css

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

 a { background-color: rgb(195,42,12); }

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

border-color css

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

 span { border-color: rgb(195,42,12); }

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