Html Css Color HEX #C12911 Harley Davidson Orange

📋 copy color: '#C12911'

red 193 ◦ green 41 ◦ blue 17

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

Shades of Harley Davidson Orange #C12911

Tints of Harley Davidson Orange #C12911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.33%

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

R = 76.89%
G = 16.33%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C12911 (or 0xC12911) is known color: Harley Davidson Orange. HEX triplet: C1, 29 and 11. RGB value is (193,41,17). Sum of RGB (Red+Green+Blue) = 193+41+17=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C12911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12911 is #3ED6EE. Grayscale: #535353. Windows color (decimal): -4118255 or 1124801. OLE color: 1124801.

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

Color convert

RGB 193 41 17 -
CMYK 0 0.79 0.91 0.24
HSL 8.18º 0.84% 0.41% -
HSV(B) 8.18º 0.91% 0.76% -
XYZ 22.89 12.96 1.83 -
YUV 83.71 90.36 205.95 -
System Red Green Blue C M Y K H S L
Decimal 193 41 17 0 0.79 0.91 0.24 8.18 0.84 0.41
Hex C1 29 11 0 4F 5B 18 8 54 29
Octal 301 51 21 0 117 133 30 10 124 51
Binary 11000001 101001 10001 0 1001111 1011011 11000 1000 1010100 101001

Color Harmonies of #C12911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12911

Black with #C12911

Text Example


Text Example

White with #C12911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12911; }

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

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

background-color css

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

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

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

border-color css

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

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

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