#C30C27

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

Shades of Fire Engine Red #C30C27

Tints of Fire Engine Red #C30C27

Color information

#C30C27 (or 0xC30C27) is unknown color: approx Fire Engine Red. HEX triplet: C3, 0C and 27. RGB value is (195,12,39). Sum of RGB (Red+Green+Blue) = 195+12+39=246 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.27% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30C27 is #3CF3D8. Grayscale: #454545. Windows color (decimal): -3994585 or 2559171. OLE color: 2559171.

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

Color convert

RGB1951239-
CMYK00.940.800.24
HSL351.15º88.41%40.59%-
HSV(B)351.15º93.85%76.47%-
XYZ2312.013.03-
YUV69.8110.63217.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 79.27%
GREEN value IS 12 (5.08% from 255) = 4.88%
BLUE value IS 39 (15.62% from 255) = 15.85%
R=79.27%
G=4.88%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195123900.940.800.24351.1588.4140.59
HexC3C2705E501815f5829
Octal303144701361203053713051
Binary110000111100100111010111101010000110001010111111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30C27; }

 p { color: rgb(195,12,39); }

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

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

 a { background-color: rgb(195,12,39); }

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

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

 span { border-color: rgb(195,12,39); }

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