Html Css Color HEX #D21023 Fire Engine Red

📋 copy color: '#D21023'

red 210 ◦ green 16 ◦ blue 35

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

Shades of Fire Engine Red #D21023

Tints of Fire Engine Red #D21023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.41%

R = 80.46%
G = 6.13%
B = 13.41%

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

#D21023 (or 0xD21023) is known color: Fire Engine Red. HEX triplet: D2, 10 and 23. RGB value is (210,16,35). Sum of RGB (Red+Green+Blue) = 210+16+35=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D21023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21023 is #2DEFDC. Grayscale: #4C4C4C. Windows color (decimal): -3010525 or 2298066. OLE color: 2298066.

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

Color convert

RGB 210 16 35 -
CMYK 0 0.92 0.83 0.18
HSL 354.12º 0.86% 0.44% -
HSV(B) 354.12º 0.92% 0.82% -
XYZ 27.07 14.19 2.9 -
YUV 76.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 210 16 35 0 0.92 0.83 0.18 354.12 0.86 0.44
Hex D2 10 23 0 5C 53 12 162 56 2C
Octal 322 20 43 0 134 123 22 542 126 54
Binary 11010010 10000 100011 0 1011100 1010011 10010 101100010 1010110 101100

Color Harmonies of #D21023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21023

Black with #D21023

Text Example


Text Example

White with #D21023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21023; }

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

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

background-color css

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

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

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

border-color css

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

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

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