Html Css Color HEX #D21829 Fire Engine Red

📋 copy color: '#D21829'

red 210 ◦ green 24 ◦ blue 41

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

Shades of Fire Engine Red #D21829

Tints of Fire Engine Red #D21829

RGB

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

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

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

R = 76.36%
G = 8.73%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D21829 (or 0xD21829) is known color: Fire Engine Red. HEX triplet: D2, 18 and 29. RGB value is (210,24,41). Sum of RGB (Red+Green+Blue) = 210+24+41=275 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.36% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 210 - color contains mainly: red. Hex color #D21829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21829 is #2DE7D6. Grayscale: #515151. Windows color (decimal): -3008471 or 2693330. OLE color: 2693330.

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

Color convert

RGB 210 24 41 -
CMYK 0 0.89 0.80 0.18
HSL 354.52º 0.79% 0.46% -
HSV(B) 354.52º 0.89% 0.82% -
XYZ 27.31 14.52 3.46 -
YUV 81.55 105.12 219.62 -
System Red Green Blue C M Y K H S L
Decimal 210 24 41 0 0.89 0.80 0.18 354.52 0.79 0.46
Hex D2 18 29 0 59 50 12 163 4F 2E
Octal 322 30 51 0 131 120 22 543 117 56
Binary 11010010 11000 101001 0 1011001 1010000 10010 101100011 1001111 101110

Color Harmonies of #D21829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21829

Black with #D21829

Text Example


Text Example

White with #D21829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21829; }

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

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

background-color css

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

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

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

border-color css

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

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

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