Html Css Color HEX #C13710 Harley Davidson Orange

📋 copy color: '#C13710'

red 193 ◦ green 55 ◦ blue 16

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

Shades of Harley Davidson Orange #C13710

Tints of Harley Davidson Orange #C13710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.83%

 BLUE value IS 16 (6.64% from 255) = 6.06%

R = 73.11%
G = 20.83%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C13710 (or 0xC13710) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 10. RGB value is (193,55,16). Sum of RGB (Red+Green+Blue) = 193+55+16=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C13710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13710 is #3EC8EF. Grayscale: #5C5C5C. Windows color (decimal): -4114672 or 1062849. OLE color: 1062849.

HSL color Cylindrical-coordinate representation of color #C13710: hue angle of 13.22º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C13710 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 55 16 -
CMYK 0 0.72 0.92 0.24
HSL 13.22º 0.85% 0.41% -
HSV(B) 13.22º 0.92% 0.76% -
XYZ 23.45 14.11 1.98 -
YUV 91.82 85.22 200.17 -
System Red Green Blue C M Y K H S L
Decimal 193 55 16 0 0.72 0.92 0.24 13.22 0.85 0.41
Hex C1 37 10 0 48 5C 18 D 55 29
Octal 301 67 20 0 110 134 30 15 125 51
Binary 11000001 110111 10000 0 1001000 1011100 11000 1101 1010101 101001

Color Harmonies of #C13710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13710

Black with #C13710

Text Example


Text Example

White with #C13710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13710; }

 p { color: rgb(193,55,16); }

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

background-color css

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

 a { background-color: rgb(193,55,16); }

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

border-color css

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

 span { border-color: rgb(193,55,16); }

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