#c11b1e

Color #C11B1E Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C11B1E

Tints of Fire Engine Red #C11B1E

Color information

#C11B1E (or 0xC11B1E) is unknown color: approx Fire Engine Red. HEX triplet: C1, 1B and 1E. RGB value is (193,27,30). Sum of RGB (Red+Green+Blue) = 193+27+30=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11B1E is #3EE4E1. Grayscale: #4D4D4D. Windows color (decimal): -4121826 or 1973185. OLE color: 1973185.

HSL color Cylindrical-coordinate representation of color #C11B1E: hue angle of 358.92º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11B1E is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB1932730-
CMYK00.860.840.24
HSL358.92º75.45%43.14%-
HSV(B)358.92º86.01%75.69%-
XYZ22.6212.222.39-
YUV76.98101.5210.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 77.2%
GREEN value IS 27 (10.94% from 255) = 10.8%
BLUE value IS 30 (12.11% from 255) = 12%
R=77.2%
G=10.8%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193273000.860.840.24358.9275.4543.14
HexC11B1E05654181674b2b
Octal301333601261243054711353
Binary110000011101111110010101101010100110001011001111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c11b1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c11b1e; }

 p { color: rgb(193,27,30); }

 H1.HeaderClassName
 {
   color: #c11b1e;
 }
 .AnyTagClassName
 {
   color: #c11b1e;
 }
</style>
background-color css

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

 a { background-color: rgb(193,27,30); }

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

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

 span { border-color: rgb(193,27,30); }

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