Html Css Color HEX #D21B21 Fire Engine Red

📋 copy color: '#D21B21'

red 210 ◦ green 27 ◦ blue 33

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

Shades of Fire Engine Red #D21B21

Tints of Fire Engine Red #D21B21

RGB

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

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

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

R = 77.78%
G = 10%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D21B21 (or 0xD21B21) is known color: Fire Engine Red. HEX triplet: D2, 1B and 21. RGB value is (210,27,33). Sum of RGB (Red+Green+Blue) = 210+27+33=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21B21 is #2DE4DE. Grayscale: #525252. Windows color (decimal): -3007711 or 2169810. OLE color: 2169810.

HSL color Cylindrical-coordinate representation of color #D21B21: hue angle of 358.03º 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 #D21B21 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 27 33 -
CMYK 0 0.87 0.84 0.18
HSL 358.03º 0.77% 0.46% -
HSV(B) 358.03º 0.87% 0.82% -
XYZ 27.24 14.6 2.82 -
YUV 82.4 100.13 219.01 -
System Red Green Blue C M Y K H S L
Decimal 210 27 33 0 0.87 0.84 0.18 358.03 0.77 0.46
Hex D2 1B 21 0 57 54 12 166 4D 2E
Octal 322 33 41 0 127 124 22 546 115 56
Binary 11010010 11011 100001 0 1010111 1010100 10010 101100110 1001101 101110

Color Harmonies of #D21B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21B21

Black with #D21B21

Text Example


Text Example

White with #D21B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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