Html Css Color HEX #C53518 Harley Davidson Orange

📋 copy color: '#C53518'

red 197 ◦ green 53 ◦ blue 24

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

Shades of Harley Davidson Orange #C53518

Tints of Harley Davidson Orange #C53518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.34%

 BLUE value IS 24 (9.77% from 255) = 8.76%

R = 71.9%
G = 19.34%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C53518 (or 0xC53518) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 18. RGB value is (197,53,24). Sum of RGB (Red+Green+Blue) = 197+53+24=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C53518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53518 is #3ACAE7. Grayscale: #5D5D5D. Windows color (decimal): -3853032 or 1586629. OLE color: 1586629.

HSL color Cylindrical-coordinate representation of color #C53518: hue angle of 10.06º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C53518 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 53 24 -
CMYK 0 0.73 0.88 0.23
HSL 10.06º 0.78% 0.43% -
HSV(B) 10.06º 0.88% 0.77% -
XYZ 24.46 14.48 2.37 -
YUV 92.75 89.21 202.36 -
System Red Green Blue C M Y K H S L
Decimal 197 53 24 0 0.73 0.88 0.23 10.06 0.78 0.43
Hex C5 35 18 0 49 58 17 A 4E 2B
Octal 305 65 30 0 111 130 27 12 116 53
Binary 11000101 110101 11000 0 1001001 1011000 10111 1010 1001110 101011

Color Harmonies of #C53518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53518

Black with #C53518

Text Example


Text Example

White with #C53518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53518; }

 p { color: rgb(197,53,24); }

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

background-color css

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

 a { background-color: rgb(197,53,24); }

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

border-color css

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

 span { border-color: rgb(197,53,24); }

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