Html Css Color HEX #C13911 Harley Davidson Orange

📋 copy color: '#C13911'

red 193 ◦ green 57 ◦ blue 17

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

Shades of Harley Davidson Orange #C13911

Tints of Harley Davidson Orange #C13911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.37%

R = 72.28%
G = 21.35%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C13911 (or 0xC13911) is known color: Harley Davidson Orange. HEX triplet: C1, 39 and 11. RGB value is (193,57,17). Sum of RGB (Red+Green+Blue) = 193+57+17=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C13911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13911 is #3EC6EE. Grayscale: #5D5D5D. Windows color (decimal): -4114159 or 1128897. OLE color: 1128897.

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

Color convert

RGB 193 57 17 -
CMYK 0 0.70 0.91 0.24
HSL 13.64º 0.84% 0.41% -
HSV(B) 13.64º 0.91% 0.76% -
XYZ 23.56 14.3 2.05 -
YUV 93.1 85.06 199.25 -
System Red Green Blue C M Y K H S L
Decimal 193 57 17 0 0.70 0.91 0.24 13.64 0.84 0.41
Hex C1 39 11 0 46 5B 18 E 54 29
Octal 301 71 21 0 106 133 30 16 124 51
Binary 11000001 111001 10001 0 1000110 1011011 11000 1110 1010100 101001

Color Harmonies of #C13911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13911

Black with #C13911

Text Example


Text Example

White with #C13911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13911; }

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

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

background-color css

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

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

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

border-color css

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

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

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