Html Css Color HEX #C53213 Harley Davidson Orange

📋 copy color: '#C53213'

red 197 ◦ green 50 ◦ blue 19

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

Shades of Harley Davidson Orange #C53213

Tints of Harley Davidson Orange #C53213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.8%

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

R = 74.06%
G = 18.8%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C53213 (or 0xC53213) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 13. RGB value is (197,50,19). Sum of RGB (Red+Green+Blue) = 197+50+19=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C53213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53213 is #3ACDEC. Grayscale: #5A5A5A. Windows color (decimal): -3853805 or 1258181. OLE color: 1258181.

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

Color convert

RGB 197 50 19 -
CMYK 0 0.75 0.90 0.23
HSL 10.45º 0.82% 0.42% -
HSV(B) 10.45º 0.9% 0.77% -
XYZ 24.28 14.2 2.08 -
YUV 90.42 87.7 204.02 -
System Red Green Blue C M Y K H S L
Decimal 197 50 19 0 0.75 0.90 0.23 10.45 0.82 0.42
Hex C5 32 13 0 4B 5A 17 A 52 2A
Octal 305 62 23 0 113 132 27 12 122 52
Binary 11000101 110010 10011 0 1001011 1011010 10111 1010 1010010 101010

Color Harmonies of #C53213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53213

Black with #C53213

Text Example


Text Example

White with #C53213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53213; }

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

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

background-color css

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

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

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

border-color css

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

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

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