Html Css Color HEX #C53419 Harley Davidson Orange

📋 copy color: '#C53419'

red 197 ◦ green 52 ◦ blue 25

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

Shades of Harley Davidson Orange #C53419

Tints of Harley Davidson Orange #C53419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

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

R = 71.9%
G = 18.98%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C53419 (or 0xC53419) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 19. RGB value is (197,52,25). Sum of RGB (Red+Green+Blue) = 197+52+25=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C53419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53419 is #3ACBE6. Grayscale: #5C5C5C. Windows color (decimal): -3853287 or 1651909. OLE color: 1651909.

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

Color convert

RGB 197 52 25 -
CMYK 0 0.74 0.87 0.23
HSL 9.42º 0.77% 0.44% -
HSV(B) 9.42º 0.87% 0.77% -
XYZ 24.43 14.4 2.41 -
YUV 92.28 90.04 202.7 -
System Red Green Blue C M Y K H S L
Decimal 197 52 25 0 0.74 0.87 0.23 9.42 0.77 0.44
Hex C5 34 19 0 4A 57 17 9 4D 2C
Octal 305 64 31 0 112 127 27 11 115 54
Binary 11000101 110100 11001 0 1001010 1010111 10111 1001 1001101 101100

Color Harmonies of #C53419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53419

Black with #C53419

Text Example


Text Example

White with #C53419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53419; }

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

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

background-color css

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

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

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

border-color css

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

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

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