Html Css Color HEX #C53915 Harley Davidson Orange

📋 copy color: '#C53915'

red 197 ◦ green 57 ◦ blue 21

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

Shades of Harley Davidson Orange #C53915

Tints of Harley Davidson Orange #C53915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.64%

R = 71.64%
G = 20.73%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C53915 (or 0xC53915) is known color: Harley Davidson Orange. HEX triplet: C5, 39 and 15. RGB value is (197,57,21). Sum of RGB (Red+Green+Blue) = 197+57+21=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C53915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53915 is #3AC6EA. Grayscale: #5F5F5F. Windows color (decimal): -3852011 or 1391045. OLE color: 1391045.

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

Color convert

RGB 197 57 21 -
CMYK 0 0.71 0.89 0.23
HSL 12.27º 0.81% 0.43% -
HSV(B) 12.27º 0.89% 0.77% -
XYZ 24.62 14.85 2.28 -
YUV 94.76 86.38 200.93 -
System Red Green Blue C M Y K H S L
Decimal 197 57 21 0 0.71 0.89 0.23 12.27 0.81 0.43
Hex C5 39 15 0 47 59 17 C 51 2B
Octal 305 71 25 0 107 131 27 14 121 53
Binary 11000101 111001 10101 0 1000111 1011001 10111 1100 1010001 101011

Color Harmonies of #C53915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53915

Black with #C53915

Text Example


Text Example

White with #C53915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53915; }

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

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

background-color css

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

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

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

border-color css

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

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

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