Html Css Color HEX #C52215 Harley Davidson Orange

📋 copy color: '#C52215'

red 197 ◦ green 34 ◦ blue 21

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

Shades of Harley Davidson Orange #C52215

Tints of Harley Davidson Orange #C52215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.49%

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

R = 78.17%
G = 13.49%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C52215 (or 0xC52215) is known color: Harley Davidson Orange. HEX triplet: C5, 22 and 15. RGB value is (197,34,21). Sum of RGB (Red+Green+Blue) = 197+34+21=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C52215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52215 is #3ADDEA. Grayscale: #515151. Windows color (decimal): -3857899 or 1385157. OLE color: 1385157.

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

Color convert

RGB 197 34 21 -
CMYK 0 0.83 0.89 0.23
HSL 4.43º 0.81% 0.43% -
HSV(B) 4.43º 0.89% 0.77% -
XYZ 23.73 13.07 1.98 -
YUV 81.26 94 210.56 -
System Red Green Blue C M Y K H S L
Decimal 197 34 21 0 0.83 0.89 0.23 4.43 0.81 0.43
Hex C5 22 15 0 53 59 17 4 51 2B
Octal 305 42 25 0 123 131 27 4 121 53
Binary 11000101 100010 10101 0 1010011 1011001 10111 100 1010001 101011

Color Harmonies of #C52215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52215

Black with #C52215

Text Example


Text Example

White with #C52215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52215; }

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

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

background-color css

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

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

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

border-color css

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

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

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