Html Css Color HEX #C52817 Harley Davidson Orange

📋 copy color: '#C52817'

red 197 ◦ green 40 ◦ blue 23

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

Shades of Harley Davidson Orange #C52817

Tints of Harley Davidson Orange #C52817

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.38%

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

R = 75.77%
G = 15.38%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C52817 (or 0xC52817) is known color: Harley Davidson Orange. HEX triplet: C5, 28 and 17. RGB value is (197,40,23). Sum of RGB (Red+Green+Blue) = 197+40+23=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C52817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52817 is #3AD7E8. Grayscale: #555555. Windows color (decimal): -3856361 or 1517765. OLE color: 1517765.

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

Color convert

RGB 197 40 23 -
CMYK 0 0.80 0.88 0.23
HSL 5.86º 0.79% 0.43% -
HSV(B) 5.86º 0.88% 0.77% -
XYZ 23.94 13.45 2.14 -
YUV 85.01 93.01 207.88 -
System Red Green Blue C M Y K H S L
Decimal 197 40 23 0 0.80 0.88 0.23 5.86 0.79 0.43
Hex C5 28 17 0 50 58 17 6 4F 2B
Octal 305 50 27 0 120 130 27 6 117 53
Binary 11000101 101000 10111 0 1010000 1011000 10111 110 1001111 101011

Color Harmonies of #C52817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52817

Black with #C52817

Text Example


Text Example

White with #C52817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52817; }

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

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

background-color css

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

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

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

border-color css

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

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

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