Html Css Color HEX #C53515 Harley Davidson Orange

📋 copy color: '#C53515'

red 197 ◦ green 53 ◦ blue 21

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

Shades of Harley Davidson Orange #C53515

Tints of Harley Davidson Orange #C53515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.56%

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

R = 72.69%
G = 19.56%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C53515 (or 0xC53515) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 15. RGB value is (197,53,21). Sum of RGB (Red+Green+Blue) = 197+53+21=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C53515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53515 is #3ACAEA. Grayscale: #5C5C5C. Windows color (decimal): -3853035 or 1390021. OLE color: 1390021.

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

Color convert

RGB 197 53 21 -
CMYK 0 0.73 0.89 0.23
HSL 10.91º 0.81% 0.43% -
HSV(B) 10.91º 0.89% 0.77% -
XYZ 24.43 14.47 2.21 -
YUV 92.41 87.71 202.6 -
System Red Green Blue C M Y K H S L
Decimal 197 53 21 0 0.73 0.89 0.23 10.91 0.81 0.43
Hex C5 35 15 0 49 59 17 B 51 2B
Octal 305 65 25 0 111 131 27 13 121 53
Binary 11000101 110101 10101 0 1001001 1011001 10111 1011 1010001 101011

Color Harmonies of #C53515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53515

Black with #C53515

Text Example


Text Example

White with #C53515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53515; }

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

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

background-color css

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

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

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

border-color css

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

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

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