Html Css Color HEX #C53013 Harley Davidson Orange

📋 copy color: '#C53013'

red 197 ◦ green 48 ◦ blue 19

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

Shades of Harley Davidson Orange #C53013

Tints of Harley Davidson Orange #C53013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

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

R = 74.62%
G = 18.18%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C53013 (or 0xC53013) is known color: Harley Davidson Orange. HEX triplet: C5, 30 and 13. RGB value is (197,48,19). Sum of RGB (Red+Green+Blue) = 197+48+19=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C53013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53013 is #3ACFEC. Grayscale: #595959. Windows color (decimal): -3854317 or 1257669. OLE color: 1257669.

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

Color convert

RGB 197 48 19 -
CMYK 0 0.76 0.90 0.23
HSL 9.78º 0.82% 0.42% -
HSV(B) 9.78º 0.9% 0.77% -
XYZ 24.2 14.03 2.05 -
YUV 89.25 88.36 204.86 -
System Red Green Blue C M Y K H S L
Decimal 197 48 19 0 0.76 0.90 0.23 9.78 0.82 0.42
Hex C5 30 13 0 4C 5A 17 A 52 2A
Octal 305 60 23 0 114 132 27 12 122 52
Binary 11000101 110000 10011 0 1001100 1011010 10111 1010 1010010 101010

Color Harmonies of #C53013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53013

Black with #C53013

Text Example


Text Example

White with #C53013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53013; }

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

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

background-color css

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

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

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

border-color css

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

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

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