Html Css Color HEX #C53C17 Harley Davidson Orange

📋 copy color: '#C53C17'

red 197 ◦ green 60 ◦ blue 23

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

Shades of Harley Davidson Orange #C53C17

Tints of Harley Davidson Orange #C53C17

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.43%

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

R = 70.36%
G = 21.43%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C53C17 (or 0xC53C17) is known color: Harley Davidson Orange. HEX triplet: C5, 3C and 17. RGB value is (197,60,23). Sum of RGB (Red+Green+Blue) = 197+60+23=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53C17 is #3AC3E8. Grayscale: #616161. Windows color (decimal): -3851241 or 1522885. OLE color: 1522885.

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

Color convert

RGB 197 60 23 -
CMYK 0 0.70 0.88 0.23
HSL 12.76º 0.79% 0.43% -
HSV(B) 12.76º 0.88% 0.77% -
XYZ 24.8 15.16 2.43 -
YUV 96.75 86.39 199.51 -
System Red Green Blue C M Y K H S L
Decimal 197 60 23 0 0.70 0.88 0.23 12.76 0.79 0.43
Hex C5 3C 17 0 46 58 17 D 4F 2B
Octal 305 74 27 0 106 130 27 15 117 53
Binary 11000101 111100 10111 0 1000110 1011000 10111 1101 1001111 101011

Color Harmonies of #C53C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53C17

Black with #C53C17

Text Example


Text Example

White with #C53C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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