Html Css Color HEX #C53319 Harley Davidson Orange

📋 copy color: '#C53319'

red 197 ◦ green 51 ◦ blue 25

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

Shades of Harley Davidson Orange #C53319

Tints of Harley Davidson Orange #C53319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

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

R = 72.16%
G = 18.68%
B = 9.16%

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

#C53319 (or 0xC53319) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 19. RGB value is (197,51,25). Sum of RGB (Red+Green+Blue) = 197+51+25=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C53319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53319 is #3ACCE6. Grayscale: #5B5B5B. Windows color (decimal): -3853543 or 1651653. OLE color: 1651653.

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

Color convert

RGB 197 51 25 -
CMYK 0 0.74 0.87 0.23
HSL 9.07º 0.77% 0.44% -
HSV(B) 9.07º 0.87% 0.77% -
XYZ 24.39 14.31 2.4 -
YUV 91.69 90.37 203.11 -
System Red Green Blue C M Y K H S L
Decimal 197 51 25 0 0.74 0.87 0.23 9.07 0.77 0.44
Hex C5 33 19 0 4A 57 17 9 4D 2C
Octal 305 63 31 0 112 127 27 11 115 54
Binary 11000101 110011 11001 0 1001010 1010111 10111 1001 1001101 101100

Color Harmonies of #C53319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53319

Black with #C53319

Text Example


Text Example

White with #C53319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53319; }

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

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

background-color css

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

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

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

border-color css

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

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

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