Html Css Color HEX #C12411 Harley Davidson Orange

📋 copy color: '#C12411'

red 193 ◦ green 36 ◦ blue 17

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

Shades of Harley Davidson Orange #C12411

Tints of Harley Davidson Orange #C12411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.63%

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

R = 78.46%
G = 14.63%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C12411 (or 0xC12411) is known color: Harley Davidson Orange. HEX triplet: C1, 24 and 11. RGB value is (193,36,17). Sum of RGB (Red+Green+Blue) = 193+36+17=246 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.46% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 193 - color contains mainly: red. Hex color #C12411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12411 is #3EDBEE. Grayscale: #515151. Windows color (decimal): -4119535 or 1123521. OLE color: 1123521.

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

Color convert

RGB 193 36 17 -
CMYK 0 0.81 0.91 0.24
HSL 6.48º 0.84% 0.41% -
HSV(B) 6.48º 0.91% 0.76% -
XYZ 22.72 12.64 1.77 -
YUV 80.78 92.01 208.04 -
System Red Green Blue C M Y K H S L
Decimal 193 36 17 0 0.81 0.91 0.24 6.48 0.84 0.41
Hex C1 24 11 0 51 5B 18 6 54 29
Octal 301 44 21 0 121 133 30 6 124 51
Binary 11000001 100100 10001 0 1010001 1011011 11000 110 1010100 101001

Color Harmonies of #C12411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12411

Black with #C12411

Text Example


Text Example

White with #C12411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12411; }

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

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

background-color css

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

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

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

border-color css

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

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

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