Html Css Color HEX #C11126 Fire Engine Red

📋 copy color: '#C11126'

red 193 ◦ green 17 ◦ blue 38

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

Shades of Fire Engine Red #C11126

Tints of Fire Engine Red #C11126

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C11126 (or 0xC11126) is known color: Fire Engine Red. HEX triplet: C1, 11 and 26. RGB value is (193,17,38). Sum of RGB (Red+Green+Blue) = 193+17+38=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C11126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11126 is #3EEED9. Grayscale: #484848. Windows color (decimal): -4124378 or 2494913. OLE color: 2494913.

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

Color convert

RGB 193 17 38 -
CMYK 0 0.91 0.80 0.24
HSL 352.84º 0.84% 0.41% -
HSV(B) 352.84º 0.91% 0.76% -
XYZ 22.54 11.88 2.94 -
YUV 72.02 108.81 214.29 -
System Red Green Blue C M Y K H S L
Decimal 193 17 38 0 0.91 0.80 0.24 352.84 0.84 0.41
Hex C1 11 26 0 5B 50 18 161 54 29
Octal 301 21 46 0 133 120 30 541 124 51
Binary 11000001 10001 100110 0 1011011 1010000 11000 101100001 1010100 101001

Color Harmonies of #C11126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11126

Black with #C11126

Text Example


Text Example

White with #C11126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11126; }

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

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

background-color css

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

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

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

border-color css

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

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

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