Html Css Color HEX #C52419 Harley Davidson Orange

📋 copy color: '#C52419'

red 197 ◦ green 36 ◦ blue 25

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

Shades of Harley Davidson Orange #C52419

Tints of Harley Davidson Orange #C52419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.69%

R = 76.36%
G = 13.95%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C52419 (or 0xC52419) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 19. RGB value is (197,36,25). Sum of RGB (Red+Green+Blue) = 197+36+25=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C52419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52419 is #3ADBE6. Grayscale: #535353. Windows color (decimal): -3857383 or 1647813. OLE color: 1647813.

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

Color convert

RGB 197 36 25 -
CMYK 0 0.82 0.87 0.23
HSL 3.84º 0.77% 0.44% -
HSV(B) 3.84º 0.87% 0.77% -
XYZ 23.83 13.2 2.21 -
YUV 82.89 95.34 209.39 -
System Red Green Blue C M Y K H S L
Decimal 197 36 25 0 0.82 0.87 0.23 3.84 0.77 0.44
Hex C5 24 19 0 52 57 17 4 4D 2C
Octal 305 44 31 0 122 127 27 4 115 54
Binary 11000101 100100 11001 0 1010010 1010111 10111 100 1001101 101100

Color Harmonies of #C52419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52419

Black with #C52419

Text Example


Text Example

White with #C52419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52419; }

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

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

background-color css

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

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

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

border-color css

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

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

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