Html Css Color HEX #D21822 Fire Engine Red

📋 copy color: '#D21822'

red 210 ◦ green 24 ◦ blue 34

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

Shades of Fire Engine Red #D21822

Tints of Fire Engine Red #D21822

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.96%

 BLUE value IS 34 (13.67% from 255) = 12.69%

R = 78.36%
G = 8.96%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D21822 (or 0xD21822) is known color: Fire Engine Red. HEX triplet: D2, 18 and 22. RGB value is (210,24,34). Sum of RGB (Red+Green+Blue) = 210+24+34=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D21822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21822 is #2DE7DD. Grayscale: #505050. Windows color (decimal): -3008478 or 2234578. OLE color: 2234578.

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

Color convert

RGB 210 24 34 -
CMYK 0 0.89 0.84 0.18
HSL 356.77º 0.79% 0.46% -
HSV(B) 356.77º 0.89% 0.82% -
XYZ 27.19 14.47 2.87 -
YUV 80.75 101.62 220.19 -
System Red Green Blue C M Y K H S L
Decimal 210 24 34 0 0.89 0.84 0.18 356.77 0.79 0.46
Hex D2 18 22 0 59 54 12 165 4F 2E
Octal 322 30 42 0 131 124 22 545 117 56
Binary 11010010 11000 100010 0 1011001 1010100 10010 101100101 1001111 101110

Color Harmonies of #D21822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21822

Black with #D21822

Text Example


Text Example

White with #D21822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21822; }

 p { color: rgb(210,24,34); }

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

background-color css

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

 a { background-color: rgb(210,24,34); }

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

border-color css

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

 span { border-color: rgb(210,24,34); }

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