Html Css Color HEX #C52315 Harley Davidson Orange

📋 copy color: '#C52315'

red 197 ◦ green 35 ◦ blue 21

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

Shades of Harley Davidson Orange #C52315

Tints of Harley Davidson Orange #C52315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

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

R = 77.87%
G = 13.83%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C52315 (or 0xC52315) is known color: Harley Davidson Orange. HEX triplet: C5, 23 and 15. RGB value is (197,35,21). Sum of RGB (Red+Green+Blue) = 197+35+21=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C52315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52315 is #3ADCEA. Grayscale: #525252. Windows color (decimal): -3857643 or 1385413. OLE color: 1385413.

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

Color convert

RGB 197 35 21 -
CMYK 0 0.82 0.89 0.23
HSL 4.77º 0.81% 0.43% -
HSV(B) 4.77º 0.89% 0.77% -
XYZ 23.76 13.13 1.99 -
YUV 81.84 93.67 210.14 -
System Red Green Blue C M Y K H S L
Decimal 197 35 21 0 0.82 0.89 0.23 4.77 0.81 0.43
Hex C5 23 15 0 52 59 17 5 51 2B
Octal 305 43 25 0 122 131 27 5 121 53
Binary 11000101 100011 10101 0 1010010 1011001 10111 101 1010001 101011

Color Harmonies of #C52315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52315

Black with #C52315

Text Example


Text Example

White with #C52315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52315; }

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

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

background-color css

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

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

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

border-color css

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

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

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