#C31028

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

Shades of Fire Engine Red #C31028

Tints of Fire Engine Red #C31028

Color information

#C31028 (or 0xC31028) is unknown color: approx Fire Engine Red. HEX triplet: C3, 10 and 28. RGB value is (195,16,40). Sum of RGB (Red+Green+Blue) = 195+16+40=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C31028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31028 is #3CEFD7. Grayscale: #484848. Windows color (decimal): -3993560 or 2625731. OLE color: 2625731.

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

Color convert

RGB1951640-
CMYK00.920.790.24
HSL351.96º84.83%41.37%-
HSV(B)351.96º91.79%76.47%-
XYZ23.0712.133.13-
YUV72.26109.8215.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 77.69%
GREEN value IS 16 (6.64% from 255) = 6.37%
BLUE value IS 40 (16.02% from 255) = 15.94%
R=77.69%
G=6.37%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195164000.920.790.24351.9684.8341.37
HexC3102805C4F181605529
Octal303205001341173054012551
Binary1100001110000101000010111001001111110001011000001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31028; }

 p { color: rgb(195,16,40); }

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

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

 a { background-color: rgb(195,16,40); }

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

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

 span { border-color: rgb(195,16,40); }

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