Html Css Color HEX #C53815 Harley Davidson Orange

📋 copy color: '#C53815'

red 197 ◦ green 56 ◦ blue 21

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

Shades of Harley Davidson Orange #C53815

Tints of Harley Davidson Orange #C53815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.44%

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

R = 71.9%
G = 20.44%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C53815 (or 0xC53815) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 15. RGB value is (197,56,21). Sum of RGB (Red+Green+Blue) = 197+56+21=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C53815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53815 is #3AC7EA. Grayscale: #5E5E5E. Windows color (decimal): -3852267 or 1390789. OLE color: 1390789.

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

Color convert

RGB 197 56 21 -
CMYK 0 0.72 0.89 0.23
HSL 11.93º 0.81% 0.43% -
HSV(B) 11.93º 0.89% 0.77% -
XYZ 24.58 14.75 2.26 -
YUV 94.17 86.71 201.35 -
System Red Green Blue C M Y K H S L
Decimal 197 56 21 0 0.72 0.89 0.23 11.93 0.81 0.43
Hex C5 38 15 0 48 59 17 C 51 2B
Octal 305 70 25 0 110 131 27 14 121 53
Binary 11000101 111000 10101 0 1001000 1011001 10111 1100 1010001 101011

Color Harmonies of #C53815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53815

Black with #C53815

Text Example


Text Example

White with #C53815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53815; }

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

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

background-color css

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

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

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

border-color css

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

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

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