#C5152A

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

Shades of Fire Engine Red #C5152A

Tints of Fire Engine Red #C5152A

Color information

#C5152A (or 0xC5152A) is unknown color: approx Fire Engine Red. HEX triplet: C5, 15 and 2A. RGB value is (197,21,42). Sum of RGB (Red+Green+Blue) = 197+21+42=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C5152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5152A is #3AEAD5. Grayscale: #4C4C4C. Windows color (decimal): -3861206 or 2758085. OLE color: 2758085.

HSL color Cylindrical-coordinate representation of color #C5152A: hue angle of 352.84º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5152A is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB1972142-
CMYK00.890.790.23
HSL352.84º80.73%42.75%-
HSV(B)352.84º89.34%77.25%-
XYZ23.7112.573.37-
YUV76.02108.81214.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 75.77%
GREEN value IS 21 (8.59% from 255) = 8.08%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=75.77%
G=8.08%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197214200.890.790.23352.8480.7342.75
HexC5152A0594F17161512b
Octal305255201311172754112153
Binary1100010110101101010010110011001111101111011000011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5152A; }

 p { color: rgb(197,21,42); }

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

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

 a { background-color: rgb(197,21,42); }

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

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

 span { border-color: rgb(197,21,42); }

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