Html Css Color HEX #C52616 Harley Davidson Orange

📋 copy color: '#C52616'

red 197 ◦ green 38 ◦ blue 22

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

Shades of Harley Davidson Orange #C52616

Tints of Harley Davidson Orange #C52616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.56%

R = 76.65%
G = 14.79%
B = 8.56%

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

#C52616 (or 0xC52616) is known color: Harley Davidson Orange. HEX triplet: C5, 26 and 16. RGB value is (197,38,22). Sum of RGB (Red+Green+Blue) = 197+38+22=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C52616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52616 is #3AD9E9. Grayscale: #535353. Windows color (decimal): -3856874 or 1451717. OLE color: 1451717.

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

Color convert

RGB 197 38 22 -
CMYK 0 0.81 0.89 0.23
HSL 5.49º 0.8% 0.43% -
HSV(B) 5.49º 0.89% 0.77% -
XYZ 23.86 13.31 2.07 -
YUV 83.72 93.18 208.8 -
System Red Green Blue C M Y K H S L
Decimal 197 38 22 0 0.81 0.89 0.23 5.49 0.8 0.43
Hex C5 26 16 0 51 59 17 5 50 2B
Octal 305 46 26 0 121 131 27 5 120 53
Binary 11000101 100110 10110 0 1010001 1011001 10111 101 1010000 101011

Color Harmonies of #C52616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52616

Black with #C52616

Text Example


Text Example

White with #C52616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52616; }

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

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

background-color css

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

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

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

border-color css

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

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

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