Html Css Color HEX #C32311 Harley Davidson Orange

📋 copy color: '#C32311'

red 195 ◦ green 35 ◦ blue 17

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

Shades of Harley Davidson Orange #C32311

Tints of Harley Davidson Orange #C32311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.88%

R = 78.95%
G = 14.17%
B = 6.88%

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

#C32311 (or 0xC32311) is known color: Harley Davidson Orange. HEX triplet: C3, 23 and 11. RGB value is (195,35,17). Sum of RGB (Red+Green+Blue) = 195+35+17=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C32311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32311 is #3CDCEE. Grayscale: #515151. Windows color (decimal): -3988719 or 1123267. OLE color: 1123267.

HSL color Cylindrical-coordinate representation of color #C32311: hue angle of 6.07º degrees, saturation: 0.84, 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 #C32311 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 35 17 -
CMYK 0 0.82 0.91 0.24
HSL 6.07º 0.84% 0.42% -
HSV(B) 6.07º 0.91% 0.76% -
XYZ 23.21 12.84 1.79 -
YUV 80.79 92.01 209.46 -
System Red Green Blue C M Y K H S L
Decimal 195 35 17 0 0.82 0.91 0.24 6.07 0.84 0.42
Hex C3 23 11 0 52 5B 18 6 54 2A
Octal 303 43 21 0 122 133 30 6 124 52
Binary 11000011 100011 10001 0 1010010 1011011 11000 110 1010100 101010

Color Harmonies of #C32311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32311

Black with #C32311

Text Example


Text Example

White with #C32311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32311; }

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

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

background-color css

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

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

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

border-color css

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

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

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