#D61F21

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

Shades of Fire Engine Red #D61F21

Tints of Fire Engine Red #D61F21

Color information

#D61F21 (or 0xD61F21) is unknown color: approx Fire Engine Red. HEX triplet: D6, 1F and 21. RGB value is (214,31,33). Sum of RGB (Red+Green+Blue) = 214+31+33=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61F21 is #29E0DE. Grayscale: #565656. Windows color (decimal): -2744543 or 2170838. OLE color: 2170838.

HSL color Cylindrical-coordinate representation of color #D61F21: hue angle of 359.34º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61F21 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB2143133-
CMYK00.860.850.16
HSL359.34º74.69%48.04%-
HSV(B)359.34º85.51%83.92%-
XYZ28.515.392.91-
YUV85.9498.13219.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 76.98%
GREEN value IS 31 (12.5% from 255) = 11.15%
BLUE value IS 33 (13.28% from 255) = 11.87%
R=76.98%
G=11.15%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214313300.860.850.16359.3474.6948.04
HexD61F2105655101674b30
Octal326374101261252054711360
Binary1101011011111100001010101101010101100001011001111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61F21; }

 p { color: rgb(214,31,33); }

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

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

 a { background-color: rgb(214,31,33); }

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

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

 span { border-color: rgb(214,31,33); }

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