Html Css Color HEX #D2152F Fire Engine Red

📋 copy color: '#D2152F'

red 210 ◦ green 21 ◦ blue 47

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

Shades of Fire Engine Red #D2152F

Tints of Fire Engine Red #D2152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 75.54%
G = 7.55%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2152F (or 0xD2152F) is known color: Fire Engine Red. HEX triplet: D2, 15 and 2F. RGB value is (210,21,47). Sum of RGB (Red+Green+Blue) = 210+21+47=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D2152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2152F is #2DEAD0. Grayscale: #505050. Windows color (decimal): -3009233 or 3085778. OLE color: 3085778.

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

Color convert

RGB 210 21 47 -
CMYK 0 0.90 0.78 0.18
HSL 351.75º 0.82% 0.45% -
HSV(B) 351.75º 0.9% 0.82% -
XYZ 27.36 14.44 4.04 -
YUV 80.48 109.12 220.39 -
System Red Green Blue C M Y K H S L
Decimal 210 21 47 0 0.90 0.78 0.18 351.75 0.82 0.45
Hex D2 15 2F 0 5A 4E 12 160 52 2D
Octal 322 25 57 0 132 116 22 540 122 55
Binary 11010010 10101 101111 0 1011010 1001110 10010 101100000 1010010 101101

Color Harmonies of #D2152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2152F

Black with #D2152F

Text Example


Text Example

White with #D2152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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