Html Css Color HEX #C52413 Harley Davidson Orange

📋 copy color: '#C52413'

red 197 ◦ green 36 ◦ blue 19

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

Shades of Harley Davidson Orange #C52413

Tints of Harley Davidson Orange #C52413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 78.17%
G = 14.29%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C52413 (or 0xC52413) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 13. RGB value is (197,36,19). Sum of RGB (Red+Green+Blue) = 197+36+19=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C52413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52413 is #3ADBEC. Grayscale: #525252. Windows color (decimal): -3857389 or 1254597. OLE color: 1254597.

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

Color convert

RGB 197 36 19 -
CMYK 0 0.82 0.90 0.23
HSL 5.73º 0.82% 0.42% -
HSV(B) 5.73º 0.9% 0.77% -
XYZ 23.77 13.18 1.91 -
YUV 82.2 92.34 209.88 -
System Red Green Blue C M Y K H S L
Decimal 197 36 19 0 0.82 0.90 0.23 5.73 0.82 0.42
Hex C5 24 13 0 52 5A 17 6 52 2A
Octal 305 44 23 0 122 132 27 6 122 52
Binary 11000101 100100 10011 0 1010010 1011010 10111 110 1010010 101010

Color Harmonies of #C52413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52413

Black with #C52413

Text Example


Text Example

White with #C52413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52413; }

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

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

background-color css

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

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

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

border-color css

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

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

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