Html Css Color HEX #D61521 Fire Engine Red

📋 copy color: '#D61521'

red 214 ◦ green 21 ◦ blue 33

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

Shades of Fire Engine Red #D61521

Tints of Fire Engine Red #D61521

RGB

 RED value IS 214 (83.98% from 255) = 79.85%

 GREEN value IS 21 (8.59% from 255) = 7.84%

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

R = 79.85%
G = 7.84%
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

#D61521 (or 0xD61521) is known color: Fire Engine Red. HEX triplet: D6, 15 and 21. RGB value is (214,21,33). Sum of RGB (Red+Green+Blue) = 214+21+33=268 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.85% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 214 - color contains mainly: red. Hex color #D61521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61521 is #29EADE. Grayscale: #505050. Windows color (decimal): -2747103 or 2168278. OLE color: 2168278.

HSL color Cylindrical-coordinate representation of color #D61521: hue angle of 356.27º degrees, saturation: 0.82, 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 #D61521 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 33 -
CMYK 0 0.90 0.85 0.16
HSL 356.27º 0.82% 0.46% -
HSV(B) 356.27º 0.9% 0.84% -
XYZ 28.27 14.94 2.83 -
YUV 80.08 101.44 223.52 -
System Red Green Blue C M Y K H S L
Decimal 214 21 33 0 0.90 0.85 0.16 356.27 0.82 0.46
Hex D6 15 21 0 5A 55 10 164 52 2E
Octal 326 25 41 0 132 125 20 544 122 56
Binary 11010110 10101 100001 0 1011010 1010101 10000 101100100 1010010 101110

Color Harmonies of #D61521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61521

Black with #D61521

Text Example


Text Example

White with #D61521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61521; }

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

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

background-color css

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

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

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

border-color css

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

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

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