Html Css Color HEX #D21826 Fire Engine Red

📋 copy color: '#D21826'

red 210 ◦ green 24 ◦ blue 38

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

Shades of Fire Engine Red #D21826

Tints of Fire Engine Red #D21826

RGB

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

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

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

R = 77.21%
G = 8.82%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D21826 (or 0xD21826) is known color: Fire Engine Red. HEX triplet: D2, 18 and 26. RGB value is (210,24,38). Sum of RGB (Red+Green+Blue) = 210+24+38=272 (36% of max value = 765). Red value is 210 (82.42% from 255 or 77.21% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 210 - color contains mainly: red. Hex color #D21826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21826 is #2DE7D9. Grayscale: #515151. Windows color (decimal): -3008474 or 2496722. OLE color: 2496722.

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

Color convert

RGB 210 24 38 -
CMYK 0 0.89 0.82 0.18
HSL 355.48º 0.79% 0.46% -
HSV(B) 355.48º 0.89% 0.82% -
XYZ 27.25 14.49 3.2 -
YUV 81.21 103.62 219.86 -
System Red Green Blue C M Y K H S L
Decimal 210 24 38 0 0.89 0.82 0.18 355.48 0.79 0.46
Hex D2 18 26 0 59 52 12 163 4F 2E
Octal 322 30 46 0 131 122 22 543 117 56
Binary 11010010 11000 100110 0 1011001 1010010 10010 101100011 1001111 101110

Color Harmonies of #D21826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21826

Black with #D21826

Text Example


Text Example

White with #D21826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21826; }

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

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

background-color css

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

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

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

border-color css

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

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

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