Html Css Color HEX #C52913 Harley Davidson Orange

📋 copy color: '#C52913'

red 197 ◦ green 41 ◦ blue 19

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

Shades of Harley Davidson Orange #C52913

Tints of Harley Davidson Orange #C52913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.95%

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

R = 76.65%
G = 15.95%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C52913 (or 0xC52913) is known color: Harley Davidson Orange. HEX triplet: C5, 29 and 13. RGB value is (197,41,19). Sum of RGB (Red+Green+Blue) = 197+41+19=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C52913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52913 is #3AD6EC. Grayscale: #555555. Windows color (decimal): -3856109 or 1255877. OLE color: 1255877.

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

Color convert

RGB 197 41 19 -
CMYK 0 0.79 0.90 0.23
HSL 7.42º 0.82% 0.42% -
HSV(B) 7.42º 0.9% 0.77% -
XYZ 23.94 13.5 1.96 -
YUV 85.14 90.68 207.79 -
System Red Green Blue C M Y K H S L
Decimal 197 41 19 0 0.79 0.90 0.23 7.42 0.82 0.42
Hex C5 29 13 0 4F 5A 17 7 52 2A
Octal 305 51 23 0 117 132 27 7 122 52
Binary 11000101 101001 10011 0 1001111 1011010 10111 111 1010010 101010

Color Harmonies of #C52913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52913

Black with #C52913

Text Example


Text Example

White with #C52913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52913; }

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

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

background-color css

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

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

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

border-color css

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

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

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