Html Css Color HEX #C12E11 Harley Davidson Orange

📋 copy color: '#C12E11'

red 193 ◦ green 46 ◦ blue 17

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

Shades of Harley Davidson Orange #C12E11

Tints of Harley Davidson Orange #C12E11

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.97%

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

R = 75.39%
G = 17.97%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C12E11 (or 0xC12E11) is known color: Harley Davidson Orange. HEX triplet: C1, 2E and 11. RGB value is (193,46,17). Sum of RGB (Red+Green+Blue) = 193+46+17=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12E11 is #3ED1EE. Grayscale: #565656. Windows color (decimal): -4116975 or 1126081. OLE color: 1126081.

HSL color Cylindrical-coordinate representation of color #C12E11: hue angle of 9.89º 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 #C12E11 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 46 17 -
CMYK 0 0.76 0.91 0.24
HSL 9.89º 0.84% 0.41% -
HSV(B) 9.89º 0.91% 0.76% -
XYZ 23.07 13.33 1.89 -
YUV 86.65 88.7 203.86 -
System Red Green Blue C M Y K H S L
Decimal 193 46 17 0 0.76 0.91 0.24 9.89 0.84 0.41
Hex C1 2E 11 0 4C 5B 18 A 54 29
Octal 301 56 21 0 114 133 30 12 124 51
Binary 11000001 101110 10001 0 1001100 1011011 11000 1010 1010100 101001

Color Harmonies of #C12E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12E11

Black with #C12E11

Text Example


Text Example

White with #C12E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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