Html Css Color HEX #C53819 Harley Davidson Orange

📋 copy color: '#C53819'

red 197 ◦ green 56 ◦ blue 25

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

Shades of Harley Davidson Orange #C53819

Tints of Harley Davidson Orange #C53819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.14%

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

R = 70.86%
G = 20.14%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C53819 (or 0xC53819) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 19. RGB value is (197,56,25). Sum of RGB (Red+Green+Blue) = 197+56+25=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C53819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53819 is #3AC7E6. Grayscale: #5E5E5E. Windows color (decimal): -3852263 or 1652933. OLE color: 1652933.

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

Color convert

RGB 197 56 25 -
CMYK 0 0.72 0.87 0.23
HSL 10.81º 0.77% 0.44% -
HSV(B) 10.81º 0.87% 0.77% -
XYZ 24.62 14.77 2.47 -
YUV 94.63 88.71 201.02 -
System Red Green Blue C M Y K H S L
Decimal 197 56 25 0 0.72 0.87 0.23 10.81 0.77 0.44
Hex C5 38 19 0 48 57 17 B 4D 2C
Octal 305 70 31 0 110 127 27 13 115 54
Binary 11000101 111000 11001 0 1001000 1010111 10111 1011 1001101 101100

Color Harmonies of #C53819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53819

Black with #C53819

Text Example


Text Example

White with #C53819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53819; }

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

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

background-color css

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

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

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

border-color css

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

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

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