Html Css Color HEX #C53315 Harley Davidson Orange

📋 copy color: '#C53315'

red 197 ◦ green 51 ◦ blue 21

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

Shades of Harley Davidson Orange #C53315

Tints of Harley Davidson Orange #C53315

RGB

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

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

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

R = 73.23%
G = 18.96%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C53315 (or 0xC53315) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 15. RGB value is (197,51,21). Sum of RGB (Red+Green+Blue) = 197+51+21=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C53315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53315 is #3ACCEA. Grayscale: #5B5B5B. Windows color (decimal): -3853547 or 1389509. OLE color: 1389509.

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

Color convert

RGB 197 51 21 -
CMYK 0 0.74 0.89 0.23
HSL 10.23º 0.81% 0.43% -
HSV(B) 10.23º 0.89% 0.77% -
XYZ 24.35 14.29 2.18 -
YUV 91.23 88.37 203.44 -
System Red Green Blue C M Y K H S L
Decimal 197 51 21 0 0.74 0.89 0.23 10.23 0.81 0.43
Hex C5 33 15 0 4A 59 17 A 51 2B
Octal 305 63 25 0 112 131 27 12 121 53
Binary 11000101 110011 10101 0 1001010 1011001 10111 1010 1010001 101011

Color Harmonies of #C53315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53315

Black with #C53315

Text Example


Text Example

White with #C53315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53315; }

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

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

background-color css

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

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

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

border-color css

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

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

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