#C11C23

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

Shades of Fire Engine Red #C11C23

Tints of Fire Engine Red #C11C23

Color information

#C11C23 (or 0xC11C23) is unknown color: approx Fire Engine Red. HEX triplet: C1, 1C and 23. RGB value is (193,28,35). Sum of RGB (Red+Green+Blue) = 193+28+35=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11C23 is #3EE3DC. Grayscale: #4E4E4E. Windows color (decimal): -4121565 or 2301121. OLE color: 2301121.

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

Color convert

RGB1932835-
CMYK00.850.820.24
HSL357.45º74.66%43.33%-
HSV(B)357.45º85.49%75.69%-
XYZ22.7112.292.77-
YUV78.13103.66209.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 75.39%
GREEN value IS 28 (11.33% from 255) = 10.94%
BLUE value IS 35 (14.06% from 255) = 13.67%
R=75.39%
G=10.94%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193283500.850.820.24357.4574.6643.33
HexC11C2305552181654b2b
Octal301344301251223054511353
Binary1100000111100100011010101011010010110001011001011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11C23; }

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

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

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

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

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

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

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

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