Html Css Color HEX #C53919 Harley Davidson Orange

📋 copy color: '#C53919'

red 197 ◦ green 57 ◦ blue 25

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

Shades of Harley Davidson Orange #C53919

Tints of Harley Davidson Orange #C53919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.96%

R = 70.61%
G = 20.43%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C53919 (or 0xC53919) is known color: Harley Davidson Orange. HEX triplet: C5, 39 and 19. RGB value is (197,57,25). Sum of RGB (Red+Green+Blue) = 197+57+25=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C53919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53919 is #3AC6E6. Grayscale: #5F5F5F. Windows color (decimal): -3852007 or 1653189. OLE color: 1653189.

HSL color Cylindrical-coordinate representation of color #C53919: hue angle of 11.16º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C53919 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 57 25 -
CMYK 0 0.71 0.87 0.23
HSL 11.16º 0.77% 0.44% -
HSV(B) 11.16º 0.87% 0.77% -
XYZ 24.66 14.87 2.49 -
YUV 95.21 88.38 200.6 -
System Red Green Blue C M Y K H S L
Decimal 197 57 25 0 0.71 0.87 0.23 11.16 0.77 0.44
Hex C5 39 19 0 47 57 17 B 4D 2C
Octal 305 71 31 0 107 127 27 13 115 54
Binary 11000101 111001 11001 0 1000111 1010111 10111 1011 1001101 101100

Color Harmonies of #C53919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53919

Black with #C53919

Text Example


Text Example

White with #C53919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53919; }

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

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

background-color css

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

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

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

border-color css

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

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

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