Html Css Color HEX #D21226 Fire Engine Red

📋 copy color: '#D21226'

red 210 ◦ green 18 ◦ blue 38

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

Shades of Fire Engine Red #D21226

Tints of Fire Engine Red #D21226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.77%

 BLUE value IS 38 (15.23% from 255) = 14.29%

R = 78.95%
G = 6.77%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D21226 (or 0xD21226) is known color: Fire Engine Red. HEX triplet: D2, 12 and 26. RGB value is (210,18,38). Sum of RGB (Red+Green+Blue) = 210+18+38=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D21226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21226 is #2DEDD9. Grayscale: #4D4D4D. Windows color (decimal): -3010010 or 2495186. OLE color: 2495186.

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

Color convert

RGB 210 18 38 -
CMYK 0 0.91 0.82 0.18
HSL 353.75º 0.84% 0.45% -
HSV(B) 353.75º 0.91% 0.82% -
XYZ 27.14 14.27 3.16 -
YUV 77.69 105.61 222.37 -
System Red Green Blue C M Y K H S L
Decimal 210 18 38 0 0.91 0.82 0.18 353.75 0.84 0.45
Hex D2 12 26 0 5B 52 12 162 54 2D
Octal 322 22 46 0 133 122 22 542 124 55
Binary 11010010 10010 100110 0 1011011 1010010 10010 101100010 1010100 101101

Color Harmonies of #D21226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21226

Black with #D21226

Text Example


Text Example

White with #D21226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21226; }

 p { color: rgb(210,18,38); }

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

background-color css

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

 a { background-color: rgb(210,18,38); }

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

border-color css

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

 span { border-color: rgb(210,18,38); }

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