#C12128

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

Shades of Fire Engine Red #C12128

Tints of Fire Engine Red #C12128

Color information

#C12128 (or 0xC12128) is unknown color: approx Fire Engine Red. HEX triplet: C1, 21 and 28. RGB value is (193,33,40). Sum of RGB (Red+Green+Blue) = 193+33+40=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C12128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12128 is #3EDED7. Grayscale: #515151. Windows color (decimal): -4120280 or 2630081. OLE color: 2630081.

HSL color Cylindrical-coordinate representation of color #C12128: hue angle of 357.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12128 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1933340-
CMYK00.830.790.24
HSL357.38º70.8%44.31%-
HSV(B)357.38º82.9%75.69%-
XYZ22.9212.583.23-
YUV81.64104.51207.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 72.56%
GREEN value IS 33 (13.28% from 255) = 12.41%
BLUE value IS 40 (16.02% from 255) = 15.04%
R=72.56%
G=12.41%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193334000.830.790.24357.3870.844.31
HexC121280534F18165472c
Octal301415001231173054510754
Binary11000001100001101000010100111001111110001011001011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12128; }

 p { color: rgb(193,33,40); }

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

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

 a { background-color: rgb(193,33,40); }

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

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

 span { border-color: rgb(193,33,40); }

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