Html Css Color HEX #D21C2F Fire Engine Red

📋 copy color: '#D21C2F'

red 210 ◦ green 28 ◦ blue 47

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

Shades of Fire Engine Red #D21C2F

Tints of Fire Engine Red #D21C2F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.82%

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

R = 73.68%
G = 9.82%
B = 16.49%

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

#D21C2F (or 0xD21C2F) is known color: Fire Engine Red. HEX triplet: D2, 1C and 2F. RGB value is (210,28,47). Sum of RGB (Red+Green+Blue) = 210+28+47=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21C2F is #2DE3D0. Grayscale: #545454. Windows color (decimal): -3007441 or 3087570. OLE color: 3087570.

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

Color convert

RGB 210 28 47 -
CMYK 0 0.87 0.78 0.18
HSL 353.74º 0.76% 0.47% -
HSV(B) 353.74º 0.87% 0.82% -
XYZ 27.51 14.74 4.08 -
YUV 84.58 106.8 217.46 -
System Red Green Blue C M Y K H S L
Decimal 210 28 47 0 0.87 0.78 0.18 353.74 0.76 0.47
Hex D2 1C 2F 0 57 4E 12 162 4C 2F
Octal 322 34 57 0 127 116 22 542 114 57
Binary 11010010 11100 101111 0 1010111 1001110 10010 101100010 1001100 101111

Color Harmonies of #D21C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21C2F

Black with #D21C2F

Text Example


Text Example

White with #D21C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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