Html Css Color HEX #C32518 Harley Davidson Orange

📋 copy color: '#C32518'

red 195 ◦ green 37 ◦ blue 24

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

Shades of Harley Davidson Orange #C32518

Tints of Harley Davidson Orange #C32518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 76.17%
G = 14.45%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C32518 (or 0xC32518) is known color: Harley Davidson Orange. HEX triplet: C3, 25 and 18. RGB value is (195,37,24). Sum of RGB (Red+Green+Blue) = 195+37+24=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C32518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32518 is #3CDAE7. Grayscale: #525252. Windows color (decimal): -3988200 or 1582531. OLE color: 1582531.

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

Color convert

RGB 195 37 24 -
CMYK 0 0.81 0.88 0.24
HSL 4.56º 0.78% 0.43% -
HSV(B) 4.56º 0.88% 0.76% -
XYZ 23.33 12.99 2.14 -
YUV 82.76 94.85 208.06 -
System Red Green Blue C M Y K H S L
Decimal 195 37 24 0 0.81 0.88 0.24 4.56 0.78 0.43
Hex C3 25 18 0 51 58 18 5 4E 2B
Octal 303 45 30 0 121 130 30 5 116 53
Binary 11000011 100101 11000 0 1010001 1011000 11000 101 1001110 101011

Color Harmonies of #C32518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32518

Black with #C32518

Text Example


Text Example

White with #C32518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32518; }

 p { color: rgb(195,37,24); }

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

background-color css

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

 a { background-color: rgb(195,37,24); }

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

border-color css

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

 span { border-color: rgb(195,37,24); }

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