Html Css Color HEX #C52617 Harley Davidson Orange

📋 copy color: '#C52617'

red 197 ◦ green 38 ◦ blue 23

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

Shades of Harley Davidson Orange #C52617

Tints of Harley Davidson Orange #C52617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.91%

R = 76.36%
G = 14.73%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C52617 (or 0xC52617) is known color: Harley Davidson Orange. HEX triplet: C5, 26 and 17. RGB value is (197,38,23). Sum of RGB (Red+Green+Blue) = 197+38+23=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C52617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52617 is #3AD9E8. Grayscale: #545454. Windows color (decimal): -3856873 or 1517253. OLE color: 1517253.

HSL color Cylindrical-coordinate representation of color #C52617: hue angle of 5.17º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C52617 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 38 23 -
CMYK 0 0.81 0.88 0.23
HSL 5.17º 0.79% 0.43% -
HSV(B) 5.17º 0.88% 0.77% -
XYZ 23.87 13.32 2.12 -
YUV 83.83 93.68 208.72 -
System Red Green Blue C M Y K H S L
Decimal 197 38 23 0 0.81 0.88 0.23 5.17 0.79 0.43
Hex C5 26 17 0 51 58 17 5 4F 2B
Octal 305 46 27 0 121 130 27 5 117 53
Binary 11000101 100110 10111 0 1010001 1011000 10111 101 1001111 101011

Color Harmonies of #C52617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52617

Black with #C52617

Text Example


Text Example

White with #C52617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52617; }

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

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

background-color css

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

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

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

border-color css

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

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

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