#C11C26

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

Shades of Fire Engine Red #C11C26

Tints of Fire Engine Red #C11C26

Color information

#C11C26 (or 0xC11C26) is unknown color: approx Fire Engine Red. HEX triplet: C1, 1C and 26. RGB value is (193,28,38). Sum of RGB (Red+Green+Blue) = 193+28+38=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11C26 is #3EE3D9. Grayscale: #4E4E4E. Windows color (decimal): -4121562 or 2497729. OLE color: 2497729.

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

Color convert

RGB1932838-
CMYK00.850.800.24
HSL356.36º74.66%43.33%-
HSV(B)356.36º85.49%75.69%-
XYZ22.7612.313.01-
YUV78.47105.16209.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 74.52%
GREEN value IS 28 (11.33% from 255) = 10.81%
BLUE value IS 38 (15.23% from 255) = 14.67%
R=74.52%
G=10.81%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193283800.850.800.24356.3674.6643.33
HexC11C2605550181644b2b
Octal301344601251203054411353
Binary1100000111100100110010101011010000110001011001001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11C26; }

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

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

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

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

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

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

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

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