Html Css Color HEX #D2151F Fire Engine Red

📋 copy color: '#D2151F'

red 210 ◦ green 21 ◦ blue 31

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

Shades of Fire Engine Red #D2151F

Tints of Fire Engine Red #D2151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.02%

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 80.15%
G = 8.02%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D2151F (or 0xD2151F) is known color: Fire Engine Red. HEX triplet: D2, 15 and 1F. RGB value is (210,21,31). Sum of RGB (Red+Green+Blue) = 210+21+31=262 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.15% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 210 - color contains mainly: red. Hex color #D2151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2151F is #2DEAE0. Grayscale: #4E4E4E. Windows color (decimal): -3009249 or 2037202. OLE color: 2037202.

HSL color Cylindrical-coordinate representation of color #D2151F: hue angle of 356.83º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2151F is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 21 31 -
CMYK 0 0.90 0.85 0.18
HSL 356.83º 0.82% 0.45% -
HSV(B) 356.83º 0.9% 0.82% -
XYZ 27.09 14.34 2.64 -
YUV 78.65 101.12 221.69 -
System Red Green Blue C M Y K H S L
Decimal 210 21 31 0 0.90 0.85 0.18 356.83 0.82 0.45
Hex D2 15 1F 0 5A 55 12 165 52 2D
Octal 322 25 37 0 132 125 22 545 122 55
Binary 11010010 10101 11111 0 1011010 1010101 10010 101100101 1010010 101101

Color Harmonies of #D2151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2151F

Black with #D2151F

Text Example


Text Example

White with #D2151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2151F; }

 p { color: rgb(210,21,31); }

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

background-color css

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

 a { background-color: rgb(210,21,31); }

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

border-color css

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

 span { border-color: rgb(210,21,31); }

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