Html Css Color HEX #D21129 Fire Engine Red

📋 copy color: '#D21129'

red 210 ◦ green 17 ◦ blue 41

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

Shades of Fire Engine Red #D21129

Tints of Fire Engine Red #D21129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

 BLUE value IS 41 (16.41% from 255) = 15.3%

R = 78.36%
G = 6.34%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D21129 (or 0xD21129) is known color: Fire Engine Red. HEX triplet: D2, 11 and 29. RGB value is (210,17,41). Sum of RGB (Red+Green+Blue) = 210+17+41=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D21129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21129 is #2DEED6. Grayscale: #4D4D4D. Windows color (decimal): -3010263 or 2691538. OLE color: 2691538.

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

Color convert

RGB 210 17 41 -
CMYK 0 0.92 0.80 0.18
HSL 352.54º 0.85% 0.45% -
HSV(B) 352.54º 0.92% 0.82% -
XYZ 27.18 14.26 3.42 -
YUV 77.44 107.44 222.55 -
System Red Green Blue C M Y K H S L
Decimal 210 17 41 0 0.92 0.80 0.18 352.54 0.85 0.45
Hex D2 11 29 0 5C 50 12 161 55 2D
Octal 322 21 51 0 134 120 22 541 125 55
Binary 11010010 10001 101001 0 1011100 1010000 10010 101100001 1010101 101101

Color Harmonies of #D21129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21129

Black with #D21129

Text Example


Text Example

White with #D21129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21129; }

 p { color: rgb(210,17,41); }

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

background-color css

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

 a { background-color: rgb(210,17,41); }

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

border-color css

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

 span { border-color: rgb(210,17,41); }

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