Html Css Color HEX #C53918 Harley Davidson Orange

📋 copy color: '#C53918'

red 197 ◦ green 57 ◦ blue 24

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

Shades of Harley Davidson Orange #C53918

Tints of Harley Davidson Orange #C53918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.5%

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

R = 70.86%
G = 20.5%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C53918 (or 0xC53918) is known color: Harley Davidson Orange. HEX triplet: C5, 39 and 18. RGB value is (197,57,24). Sum of RGB (Red+Green+Blue) = 197+57+24=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C53918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53918 is #3AC6E7. Grayscale: #5F5F5F. Windows color (decimal): -3852008 or 1587653. OLE color: 1587653.

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

Color convert

RGB 197 57 24 -
CMYK 0 0.71 0.88 0.23
HSL 11.45º 0.78% 0.43% -
HSV(B) 11.45º 0.88% 0.77% -
XYZ 24.65 14.86 2.43 -
YUV 95.1 87.88 200.68 -
System Red Green Blue C M Y K H S L
Decimal 197 57 24 0 0.71 0.88 0.23 11.45 0.78 0.43
Hex C5 39 18 0 47 58 17 B 4E 2B
Octal 305 71 30 0 107 130 27 13 116 53
Binary 11000101 111001 11000 0 1000111 1011000 10111 1011 1001110 101011

Color Harmonies of #C53918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53918

Black with #C53918

Text Example


Text Example

White with #C53918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53918; }

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

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

background-color css

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

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

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

border-color css

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

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

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