Html Css Color HEX #C13916 Harley Davidson Orange

📋 copy color: '#C13916'

red 193 ◦ green 57 ◦ blue 22

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

Shades of Harley Davidson Orange #C13916

Tints of Harley Davidson Orange #C13916

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.96%

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 70.96%
G = 20.96%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C13916 (or 0xC13916) is known color: Harley Davidson Orange. HEX triplet: C1, 39 and 16. RGB value is (193,57,22). Sum of RGB (Red+Green+Blue) = 193+57+22=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C13916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13916 is #3EC6E9. Grayscale: #5D5D5D. Windows color (decimal): -4114154 or 1456577. OLE color: 1456577.

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

Color convert

RGB 193 57 22 -
CMYK 0 0.70 0.89 0.24
HSL 12.28º 0.8% 0.42% -
HSV(B) 12.28º 0.89% 0.76% -
XYZ 23.6 14.32 2.28 -
YUV 93.67 87.56 198.85 -
System Red Green Blue C M Y K H S L
Decimal 193 57 22 0 0.70 0.89 0.24 12.28 0.8 0.42
Hex C1 39 16 0 46 59 18 C 50 2A
Octal 301 71 26 0 106 131 30 14 120 52
Binary 11000001 111001 10110 0 1000110 1011001 11000 1100 1010000 101010

Color Harmonies of #C13916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13916

Black with #C13916

Text Example


Text Example

White with #C13916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13916; }

 p { color: rgb(193,57,22); }

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

background-color css

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

 a { background-color: rgb(193,57,22); }

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

border-color css

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

 span { border-color: rgb(193,57,22); }

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