Html Css Color HEX #C12611 Harley Davidson Orange

📋 copy color: '#C12611'

red 193 ◦ green 38 ◦ blue 17

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

Shades of Harley Davidson Orange #C12611

Tints of Harley Davidson Orange #C12611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.32%

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

R = 77.82%
G = 15.32%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C12611 (or 0xC12611) is known color: Harley Davidson Orange. HEX triplet: C1, 26 and 11. RGB value is (193,38,17). Sum of RGB (Red+Green+Blue) = 193+38+17=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C12611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12611 is #3ED9EE. Grayscale: #525252. Windows color (decimal): -4119023 or 1124033. OLE color: 1124033.

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

Color convert

RGB 193 38 17 -
CMYK 0 0.80 0.91 0.24
HSL 7.16º 0.84% 0.41% -
HSV(B) 7.16º 0.91% 0.76% -
XYZ 22.79 12.76 1.79 -
YUV 81.95 91.35 207.21 -
System Red Green Blue C M Y K H S L
Decimal 193 38 17 0 0.80 0.91 0.24 7.16 0.84 0.41
Hex C1 26 11 0 50 5B 18 7 54 29
Octal 301 46 21 0 120 133 30 7 124 51
Binary 11000001 100110 10001 0 1010000 1011011 11000 111 1010100 101001

Color Harmonies of #C12611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12611

Black with #C12611

Text Example


Text Example

White with #C12611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12611; }

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

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

background-color css

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

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

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

border-color css

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

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

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