Html Css Color HEX #C12311 Harley Davidson Orange

📋 copy color: '#C12311'

red 193 ◦ green 35 ◦ blue 17

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

Shades of Harley Davidson Orange #C12311

Tints of Harley Davidson Orange #C12311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.29%

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

R = 78.78%
G = 14.29%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C12311 (or 0xC12311) is known color: Harley Davidson Orange. HEX triplet: C1, 23 and 11. RGB value is (193,35,17). Sum of RGB (Red+Green+Blue) = 193+35+17=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C12311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12311 is #3EDCEE. Grayscale: #505050. Windows color (decimal): -4119791 or 1123265. OLE color: 1123265.

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

Color convert

RGB 193 35 17 -
CMYK 0 0.82 0.91 0.24
HSL 6.14º 0.84% 0.41% -
HSV(B) 6.14º 0.91% 0.76% -
XYZ 22.69 12.58 1.76 -
YUV 80.19 92.35 208.46 -
System Red Green Blue C M Y K H S L
Decimal 193 35 17 0 0.82 0.91 0.24 6.14 0.84 0.41
Hex C1 23 11 0 52 5B 18 6 54 29
Octal 301 43 21 0 122 133 30 6 124 51
Binary 11000001 100011 10001 0 1010010 1011011 11000 110 1010100 101001

Color Harmonies of #C12311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12311

Black with #C12311

Text Example


Text Example

White with #C12311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12311; }

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

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

background-color css

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

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

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

border-color css

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

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

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