Html Css Color HEX #C52C17 Harley Davidson Orange

📋 copy color: '#C52C17'

red 197 ◦ green 44 ◦ blue 23

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

Shades of Harley Davidson Orange #C52C17

Tints of Harley Davidson Orange #C52C17

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.67%

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

R = 74.62%
G = 16.67%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C52C17 (or 0xC52C17) is known color: Harley Davidson Orange. HEX triplet: C5, 2C and 17. RGB value is (197,44,23). Sum of RGB (Red+Green+Blue) = 197+44+23=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C52C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52C17 is #3AD3E8. Grayscale: #575757. Windows color (decimal): -3855337 or 1518789. OLE color: 1518789.

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

Color convert

RGB 197 44 23 -
CMYK 0 0.78 0.88 0.23
HSL 7.24º 0.79% 0.43% -
HSV(B) 7.24º 0.88% 0.77% -
XYZ 24.08 13.73 2.19 -
YUV 87.35 91.69 206.21 -
System Red Green Blue C M Y K H S L
Decimal 197 44 23 0 0.78 0.88 0.23 7.24 0.79 0.43
Hex C5 2C 17 0 4E 58 17 7 4F 2B
Octal 305 54 27 0 116 130 27 7 117 53
Binary 11000101 101100 10111 0 1001110 1011000 10111 111 1001111 101011

Color Harmonies of #C52C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52C17

Black with #C52C17

Text Example


Text Example

White with #C52C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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