Html Css Color HEX #C32415 Harley Davidson Orange

📋 copy color: '#C32415'

red 195 ◦ green 36 ◦ blue 21

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

Shades of Harley Davidson Orange #C32415

Tints of Harley Davidson Orange #C32415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.29%

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 77.38%
G = 14.29%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C32415 (or 0xC32415) is known color: Harley Davidson Orange. HEX triplet: C3, 24 and 15. RGB value is (195,36,21). Sum of RGB (Red+Green+Blue) = 195+36+21=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C32415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32415 is #3CDBEA. Grayscale: #525252. Windows color (decimal): -3988459 or 1385667. OLE color: 1385667.

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

Color convert

RGB 195 36 21 -
CMYK 0 0.82 0.89 0.24
HSL 5.17º 0.81% 0.42% -
HSV(B) 5.17º 0.89% 0.76% -
XYZ 23.27 12.92 1.98 -
YUV 81.83 93.68 208.72 -
System Red Green Blue C M Y K H S L
Decimal 195 36 21 0 0.82 0.89 0.24 5.17 0.81 0.42
Hex C3 24 15 0 52 59 18 5 51 2A
Octal 303 44 25 0 122 131 30 5 121 52
Binary 11000011 100100 10101 0 1010010 1011001 11000 101 1010001 101010

Color Harmonies of #C32415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32415

Black with #C32415

Text Example


Text Example

White with #C32415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32415; }

 p { color: rgb(195,36,21); }

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

background-color css

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

 a { background-color: rgb(195,36,21); }

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

border-color css

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

 span { border-color: rgb(195,36,21); }

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