Html Css Color HEX #D21B2F Fire Engine Red

📋 copy color: '#D21B2F'

red 210 ◦ green 27 ◦ blue 47

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

Shades of Fire Engine Red #D21B2F

Tints of Fire Engine Red #D21B2F

RGB

 RED value IS 210 (82.42% from 255) = 73.94%

 GREEN value IS 27 (10.94% from 255) = 9.51%

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 73.94%
G = 9.51%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D21B2F (or 0xD21B2F) is known color: Fire Engine Red. HEX triplet: D2, 1B and 2F. RGB value is (210,27,47). Sum of RGB (Red+Green+Blue) = 210+27+47=284 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.94% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21B2F is #2DE4D0. Grayscale: #545454. Windows color (decimal): -3007697 or 3087314. OLE color: 3087314.

HSL color Cylindrical-coordinate representation of color #D21B2F: hue angle of 353.44º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21B2F is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 27 47 -
CMYK 0 0.87 0.78 0.18
HSL 353.44º 0.77% 0.46% -
HSV(B) 353.44º 0.87% 0.82% -
XYZ 27.48 14.69 4.08 -
YUV 84 107.13 217.87 -
System Red Green Blue C M Y K H S L
Decimal 210 27 47 0 0.87 0.78 0.18 353.44 0.77 0.46
Hex D2 1B 2F 0 57 4E 12 161 4D 2E
Octal 322 33 57 0 127 116 22 541 115 56
Binary 11010010 11011 101111 0 1010111 1001110 10010 101100001 1001101 101110

Color Harmonies of #D21B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21B2F

Black with #D21B2F

Text Example


Text Example

White with #D21B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21B2F; }

 p { color: rgb(210,27,47); }

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

background-color css

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

 a { background-color: rgb(210,27,47); }

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

border-color css

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

 span { border-color: rgb(210,27,47); }

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