Html Css Color HEX #D51621 Fire Engine Red

📋 copy color: '#D51621'

red 213 ◦ green 22 ◦ blue 33

#D51621
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #D51621

Tints of Fire Engine Red #D51621

RGB

 RED value IS 213 (83.59% from 255) = 79.48%

 GREEN value IS 22 (8.98% from 255) = 8.21%

 BLUE value IS 33 (13.28% from 255) = 12.31%

R = 79.48%
G = 8.21%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D51621 (or 0xD51621) is known color: Fire Engine Red. HEX triplet: D5, 16 and 21. RGB value is (213,22,33). Sum of RGB (Red+Green+Blue) = 213+22+33=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D51621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51621 is #2AE9DE. Grayscale: #505050. Windows color (decimal): -2812383 or 2168533. OLE color: 2168533.

HSL color Cylindrical-coordinate representation of color #D51621: hue angle of 356.54º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51621 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 22 33 -
CMYK 0 0.90 0.85 0.16
HSL 356.54º 0.81% 0.46% -
HSV(B) 356.54º 0.9% 0.84% -
XYZ 28 14.83 2.83 -
YUV 80.36 101.28 222.61 -
System Red Green Blue C M Y K H S L
Decimal 213 22 33 0 0.90 0.85 0.16 356.54 0.81 0.46
Hex D5 16 21 0 5A 55 10 165 51 2E
Octal 325 26 41 0 132 125 20 545 121 56
Binary 11010101 10110 100001 0 1011010 1010101 10000 101100101 1010001 101110

Color Harmonies of #D51621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51621

Black with #D51621

Text Example


Text Example

White with #D51621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51621; }

 p { color: rgb(213,22,33); }

 H1.HeaderClassName
 {
   color: #D51621;
 }
 .AnyTagClassName
 {
   color: #D51621;
 }
</style>

background-color css

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

 a { background-color: rgb(213,22,33); }

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

border-color css

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

 span { border-color: rgb(213,22,33); }

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