Html Css Color HEX #C11D0E Harley Davidson Orange

📋 copy color: '#C11D0E'

red 193 ◦ green 29 ◦ blue 14

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

Shades of Harley Davidson Orange #C11D0E

Tints of Harley Davidson Orange #C11D0E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.29%

 BLUE value IS 14 (5.86% from 255) = 5.93%

R = 81.78%
G = 12.29%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C11D0E (or 0xC11D0E) is known color: Harley Davidson Orange. HEX triplet: C1, 1D and 0E. RGB value is (193,29,14). Sum of RGB (Red+Green+Blue) = 193+29+14=236 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.78% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11D0E is #3EE2F1. Grayscale: #4C4C4C. Windows color (decimal): -4121330 or 925121. OLE color: 925121.

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

Color convert

RGB 193 29 14 -
CMYK 0 0.85 0.93 0.24
HSL 5.03º 0.86% 0.41% -
HSV(B) 5.03º 0.93% 0.76% -
XYZ 22.51 12.25 1.59 -
YUV 76.33 92.83 211.22 -
System Red Green Blue C M Y K H S L
Decimal 193 29 14 0 0.85 0.93 0.24 5.03 0.86 0.41
Hex C1 1D E 0 55 5D 18 5 56 29
Octal 301 35 16 0 125 135 30 5 126 51
Binary 11000001 11101 1110 0 1010101 1011101 11000 101 1010110 101001

Color Harmonies of #C11D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11D0E

Black with #C11D0E

Text Example


Text Example

White with #C11D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11D0E; }

 p { color: rgb(193,29,14); }

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

background-color css

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

 a { background-color: rgb(193,29,14); }

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

border-color css

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

 span { border-color: rgb(193,29,14); }

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