Html Css Color HEX #D21B23 Fire Engine Red

📋 copy color: '#D21B23'

red 210 ◦ green 27 ◦ blue 35

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

Shades of Fire Engine Red #D21B23

Tints of Fire Engine Red #D21B23

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.93%

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

R = 77.21%
G = 9.93%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D21B23 (or 0xD21B23) is known color: Fire Engine Red. HEX triplet: D2, 1B and 23. RGB value is (210,27,35). Sum of RGB (Red+Green+Blue) = 210+27+35=272 (36% of max value = 765). Red value is 210 (82.42% from 255 or 77.21% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21B23 is #2DE4DC. Grayscale: #525252. Windows color (decimal): -3007709 or 2300882. OLE color: 2300882.

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

Color convert

RGB 210 27 35 -
CMYK 0 0.87 0.83 0.18
HSL 357.38º 0.77% 0.46% -
HSV(B) 357.38º 0.87% 0.82% -
XYZ 27.27 14.61 2.97 -
YUV 82.63 101.13 218.85 -
System Red Green Blue C M Y K H S L
Decimal 210 27 35 0 0.87 0.83 0.18 357.38 0.77 0.46
Hex D2 1B 23 0 57 53 12 165 4D 2E
Octal 322 33 43 0 127 123 22 545 115 56
Binary 11010010 11011 100011 0 1010111 1010011 10010 101100101 1001101 101110

Color Harmonies of #D21B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21B23

Black with #D21B23

Text Example


Text Example

White with #D21B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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