Html Css Color HEX #C12517 Harley Davidson Orange

📋 copy color: '#C12517'

red 193 ◦ green 37 ◦ blue 23

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

Shades of Harley Davidson Orange #C12517

Tints of Harley Davidson Orange #C12517

RGB

 RED value IS 193 (75.78% from 255) = 76.28%

 GREEN value IS 37 (14.84% from 255) = 14.62%

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

R = 76.28%
G = 14.62%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C12517 (or 0xC12517) is known color: Harley Davidson Orange. HEX triplet: C1, 25 and 17. RGB value is (193,37,23). Sum of RGB (Red+Green+Blue) = 193+37+23=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C12517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12517 is #3EDAE8. Grayscale: #525252. Windows color (decimal): -4119273 or 1516993. OLE color: 1516993.

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

Color convert

RGB 193 37 23 -
CMYK 0 0.81 0.88 0.24
HSL 4.94º 0.79% 0.42% -
HSV(B) 4.94º 0.88% 0.76% -
XYZ 22.81 12.72 2.06 -
YUV 82.05 94.68 207.14 -
System Red Green Blue C M Y K H S L
Decimal 193 37 23 0 0.81 0.88 0.24 4.94 0.79 0.42
Hex C1 25 17 0 51 58 18 5 4F 2A
Octal 301 45 27 0 121 130 30 5 117 52
Binary 11000001 100101 10111 0 1010001 1011000 11000 101 1001111 101010

Color Harmonies of #C12517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12517

Black with #C12517

Text Example


Text Example

White with #C12517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12517; }

 p { color: rgb(193,37,23); }

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

background-color css

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

 a { background-color: rgb(193,37,23); }

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

border-color css

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

 span { border-color: rgb(193,37,23); }

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