Html Css Color HEX #D21B2A Fire Engine Red

📋 copy color: '#D21B2A'

red 210 ◦ green 27 ◦ blue 42

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

Shades of Fire Engine Red #D21B2A

Tints of Fire Engine Red #D21B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 75.27%
G = 9.68%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.8

 K value IS 0.18

RGB Variations

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

Color information

#D21B2A (or 0xD21B2A) is known color: Fire Engine Red. HEX triplet: D2, 1B and 2A. RGB value is (210,27,42). Sum of RGB (Red+Green+Blue) = 210+27+42=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21B2A is #2DE4D5. Grayscale: #535353. Windows color (decimal): -3007702 or 2759634. OLE color: 2759634.

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

Color convert

RGB 210 27 42 -
CMYK 0 0.87 0.8 0.18
HSL 355.08º 0.77% 0.46% -
HSV(B) 355.08º 0.87% 0.82% -
XYZ 27.39 14.65 3.58 -
YUV 83.43 104.63 218.28 -
System Red Green Blue C M Y K H S L
Decimal 210 27 42 0 0.87 0.8 0.18 355.08 0.77 0.46
Hex D2 1B 2A 0 57 50 12 163 4D 2E
Octal 322 33 52 0 127 120 22 543 115 56
Binary 11010010 11011 101010 0 1010111 1010000 10010 101100011 1001101 101110

Color Harmonies of #D21B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21B2A

Black with #D21B2A

Text Example


Text Example

White with #D21B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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