Html Css Color HEX #C32418 Harley Davidson Orange

📋 copy color: '#C32418'

red 195 ◦ green 36 ◦ blue 24

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

Shades of Harley Davidson Orange #C32418

Tints of Harley Davidson Orange #C32418

RGB

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

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

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

R = 76.47%
G = 14.12%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C32418 (or 0xC32418) is known color: Harley Davidson Orange. HEX triplet: C3, 24 and 18. RGB value is (195,36,24). Sum of RGB (Red+Green+Blue) = 195+36+24=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C32418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32418 is #3CDBE7. Grayscale: #525252. Windows color (decimal): -3988456 or 1582275. OLE color: 1582275.

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

Color convert

RGB 195 36 24 -
CMYK 0 0.82 0.88 0.24
HSL 4.21º 0.78% 0.43% -
HSV(B) 4.21º 0.88% 0.76% -
XYZ 23.3 12.93 2.13 -
YUV 82.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 195 36 24 0 0.82 0.88 0.24 4.21 0.78 0.43
Hex C3 24 18 0 52 58 18 4 4E 2B
Octal 303 44 30 0 122 130 30 4 116 53
Binary 11000011 100100 11000 0 1010010 1011000 11000 100 1001110 101011

Color Harmonies of #C32418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32418

Black with #C32418

Text Example


Text Example

White with #C32418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32418; }

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

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

background-color css

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

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

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

border-color css

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

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

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