Html Css Color HEX #D21C2E Fire Engine Red

📋 copy color: '#D21C2E'

red 210 ◦ green 28 ◦ blue 46

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

Shades of Fire Engine Red #D21C2E

Tints of Fire Engine Red #D21C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.2%

R = 73.94%
G = 9.86%
B = 16.2%

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

#D21C2E (or 0xD21C2E) is known color: Fire Engine Red. HEX triplet: D2, 1C and 2E. RGB value is (210,28,46). Sum of RGB (Red+Green+Blue) = 210+28+46=284 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.94% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21C2E is #2DE3D1. Grayscale: #545454. Windows color (decimal): -3007442 or 3022034. OLE color: 3022034.

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

Color convert

RGB 210 28 46 -
CMYK 0 0.87 0.78 0.18
HSL 354.07º 0.76% 0.47% -
HSV(B) 354.07º 0.87% 0.82% -
XYZ 27.49 14.73 3.98 -
YUV 84.47 106.3 217.54 -
System Red Green Blue C M Y K H S L
Decimal 210 28 46 0 0.87 0.78 0.18 354.07 0.76 0.47
Hex D2 1C 2E 0 57 4E 12 162 4C 2F
Octal 322 34 56 0 127 116 22 542 114 57
Binary 11010010 11100 101110 0 1010111 1001110 10010 101100010 1001100 101111

Color Harmonies of #D21C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21C2E

Black with #D21C2E

Text Example


Text Example

White with #D21C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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