Html Css Color HEX #D21A1E Fire Engine Red

📋 copy color: '#D21A1E'

red 210 ◦ green 26 ◦ blue 30

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

Shades of Fire Engine Red #D21A1E

Tints of Fire Engine Red #D21A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.77%

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 78.95%
G = 9.77%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D21A1E (or 0xD21A1E) is known color: Fire Engine Red. HEX triplet: D2, 1A and 1E. RGB value is (210,26,30). Sum of RGB (Red+Green+Blue) = 210+26+30=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A1E is #2DE5E1. Grayscale: #515151. Windows color (decimal): -3007970 or 1972946. OLE color: 1972946.

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

Color convert

RGB 210 26 30 -
CMYK 0 0.88 0.86 0.18
HSL 358.7º 0.78% 0.46% -
HSV(B) 358.7º 0.88% 0.82% -
XYZ 27.18 14.53 2.6 -
YUV 81.47 98.96 219.67 -
System Red Green Blue C M Y K H S L
Decimal 210 26 30 0 0.88 0.86 0.18 358.7 0.78 0.46
Hex D2 1A 1E 0 58 56 12 167 4E 2E
Octal 322 32 36 0 130 126 22 547 116 56
Binary 11010010 11010 11110 0 1011000 1010110 10010 101100111 1001110 101110

Color Harmonies of #D21A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A1E

Black with #D21A1E

Text Example


Text Example

White with #D21A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A1E; }

 p { color: rgb(210,26,30); }

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

background-color css

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

 a { background-color: rgb(210,26,30); }

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

border-color css

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

 span { border-color: rgb(210,26,30); }

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