Html Css Color HEX #C52417 Harley Davidson Orange

📋 copy color: '#C52417'

red 197 ◦ green 36 ◦ blue 23

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

Shades of Harley Davidson Orange #C52417

Tints of Harley Davidson Orange #C52417

RGB

 RED value IS 197 (77.34% from 255) = 76.95%

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

 BLUE value IS 23 (9.38% from 255) = 8.98%

R = 76.95%
G = 14.06%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C52417 (or 0xC52417) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 17. RGB value is (197,36,23). Sum of RGB (Red+Green+Blue) = 197+36+23=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C52417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52417 is #3ADBE8. Grayscale: #525252. Windows color (decimal): -3857385 or 1516741. OLE color: 1516741.

HSL color Cylindrical-coordinate representation of color #C52417: hue angle of 4.48º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C52417 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 36 23 -
CMYK 0 0.82 0.88 0.23
HSL 4.48º 0.79% 0.43% -
HSV(B) 4.48º 0.88% 0.77% -
XYZ 23.81 13.19 2.1 -
YUV 82.66 94.34 209.56 -
System Red Green Blue C M Y K H S L
Decimal 197 36 23 0 0.82 0.88 0.23 4.48 0.79 0.43
Hex C5 24 17 0 52 58 17 4 4F 2B
Octal 305 44 27 0 122 130 27 4 117 53
Binary 11000101 100100 10111 0 1010010 1011000 10111 100 1001111 101011

Color Harmonies of #C52417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52417

Black with #C52417

Text Example


Text Example

White with #C52417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52417; }

 p { color: rgb(197,36,23); }

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

background-color css

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

 a { background-color: rgb(197,36,23); }

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

border-color css

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

 span { border-color: rgb(197,36,23); }

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