Html Css Color HEX #C52813 Harley Davidson Orange

📋 copy color: '#C52813'

red 197 ◦ green 40 ◦ blue 19

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

Shades of Harley Davidson Orange #C52813

Tints of Harley Davidson Orange #C52813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.63%

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

R = 76.95%
G = 15.63%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C52813 (or 0xC52813) is known color: Harley Davidson Orange. HEX triplet: C5, 28 and 13. RGB value is (197,40,19). Sum of RGB (Red+Green+Blue) = 197+40+19=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C52813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52813 is #3AD7EC. Grayscale: #545454. Windows color (decimal): -3856365 or 1255621. OLE color: 1255621.

HSL color Cylindrical-coordinate representation of color #C52813: hue angle of 7.08º 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 #C52813 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 19 -
CMYK 0 0.80 0.90 0.23
HSL 7.08º 0.82% 0.42% -
HSV(B) 7.08º 0.9% 0.77% -
XYZ 23.9 13.43 1.95 -
YUV 84.55 91.01 208.21 -
System Red Green Blue C M Y K H S L
Decimal 197 40 19 0 0.80 0.90 0.23 7.08 0.82 0.42
Hex C5 28 13 0 50 5A 17 7 52 2A
Octal 305 50 23 0 120 132 27 7 122 52
Binary 11000101 101000 10011 0 1010000 1011010 10111 111 1010010 101010

Color Harmonies of #C52813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52813

Black with #C52813

Text Example


Text Example

White with #C52813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52813; }

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

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

background-color css

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

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

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

border-color css

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

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

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