Html Css Color HEX #D21024 Fire Engine Red

📋 copy color: '#D21024'

red 210 ◦ green 16 ◦ blue 36

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

Shades of Fire Engine Red #D21024

Tints of Fire Engine Red #D21024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.11%

 BLUE value IS 36 (14.45% from 255) = 13.74%

R = 80.15%
G = 6.11%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D21024 (or 0xD21024) is known color: Fire Engine Red. HEX triplet: D2, 10 and 24. RGB value is (210,16,36). Sum of RGB (Red+Green+Blue) = 210+16+36=262 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.15% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 210 - color contains mainly: red. Hex color #D21024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21024 is #2DEFDB. Grayscale: #4C4C4C. Windows color (decimal): -3010524 or 2363602. OLE color: 2363602.

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

Color convert

RGB 210 16 36 -
CMYK 0 0.92 0.83 0.18
HSL 353.81º 0.86% 0.44% -
HSV(B) 353.81º 0.92% 0.82% -
XYZ 27.08 14.2 2.98 -
YUV 76.29 105.27 223.37 -
System Red Green Blue C M Y K H S L
Decimal 210 16 36 0 0.92 0.83 0.18 353.81 0.86 0.44
Hex D2 10 24 0 5C 53 12 162 56 2C
Octal 322 20 44 0 134 123 22 542 126 54
Binary 11010010 10000 100100 0 1011100 1010011 10010 101100010 1010110 101100

Color Harmonies of #D21024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21024

Black with #D21024

Text Example


Text Example

White with #D21024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21024; }

 p { color: rgb(210,16,36); }

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

background-color css

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

 a { background-color: rgb(210,16,36); }

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

border-color css

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

 span { border-color: rgb(210,16,36); }

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