Html Css Color HEX #C52615 Harley Davidson Orange

📋 copy color: '#C52615'

red 197 ◦ green 38 ◦ blue 21

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

Shades of Harley Davidson Orange #C52615

Tints of Harley Davidson Orange #C52615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

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

R = 76.95%
G = 14.84%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C52615 (or 0xC52615) is known color: Harley Davidson Orange. HEX triplet: C5, 26 and 15. RGB value is (197,38,21). Sum of RGB (Red+Green+Blue) = 197+38+21=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C52615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52615 is #3AD9EA. Grayscale: #535353. Windows color (decimal): -3856875 or 1386181. OLE color: 1386181.

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

Color convert

RGB 197 38 21 -
CMYK 0 0.81 0.89 0.23
HSL 5.8º 0.81% 0.43% -
HSV(B) 5.8º 0.89% 0.77% -
XYZ 23.85 13.31 2.02 -
YUV 83.6 92.68 208.88 -
System Red Green Blue C M Y K H S L
Decimal 197 38 21 0 0.81 0.89 0.23 5.8 0.81 0.43
Hex C5 26 15 0 51 59 17 6 51 2B
Octal 305 46 25 0 121 131 27 6 121 53
Binary 11000101 100110 10101 0 1010001 1011001 10111 110 1010001 101011

Color Harmonies of #C52615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52615

Black with #C52615

Text Example


Text Example

White with #C52615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52615; }

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

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

background-color css

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

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

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

border-color css

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

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

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