Html Css Color HEX #C52E18 Harley Davidson Orange

📋 copy color: '#C52E18'

red 197 ◦ green 46 ◦ blue 24

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

Shades of Harley Davidson Orange #C52E18

Tints of Harley Davidson Orange #C52E18

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.23%

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

R = 73.78%
G = 17.23%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C52E18 (or 0xC52E18) is known color: Harley Davidson Orange. HEX triplet: C5, 2E and 18. RGB value is (197,46,24). Sum of RGB (Red+Green+Blue) = 197+46+24=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52E18 is #3AD1E7. Grayscale: #585858. Windows color (decimal): -3854824 or 1584837. OLE color: 1584837.

HSL color Cylindrical-coordinate representation of color #C52E18: hue angle of 7.63º degrees, saturation: 0.78, 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 #C52E18 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 46 24 -
CMYK 0 0.77 0.88 0.23
HSL 7.63º 0.78% 0.43% -
HSV(B) 7.63º 0.88% 0.77% -
XYZ 24.17 13.89 2.27 -
YUV 88.64 91.53 205.29 -
System Red Green Blue C M Y K H S L
Decimal 197 46 24 0 0.77 0.88 0.23 7.63 0.78 0.43
Hex C5 2E 18 0 4D 58 17 8 4E 2B
Octal 305 56 30 0 115 130 27 10 116 53
Binary 11000101 101110 11000 0 1001101 1011000 10111 1000 1001110 101011

Color Harmonies of #C52E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52E18

Black with #C52E18

Text Example


Text Example

White with #C52E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52E18; }

 p { color: rgb(197,46,24); }

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

background-color css

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

 a { background-color: rgb(197,46,24); }

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

border-color css

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

 span { border-color: rgb(197,46,24); }

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