Html Css Color HEX #D2141C Fire Engine Red

📋 copy color: '#D2141C'

red 210 ◦ green 20 ◦ blue 28

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

Shades of Fire Engine Red #D2141C

Tints of Fire Engine Red #D2141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 81.4%
G = 7.75%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2141C (or 0xD2141C) is known color: Fire Engine Red. HEX triplet: D2, 14 and 1C. RGB value is (210,20,28). Sum of RGB (Red+Green+Blue) = 210+20+28=258 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.40% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 210 - color contains mainly: red. Hex color #D2141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2141C is #2DEBE3. Grayscale: #4D4D4D. Windows color (decimal): -3009508 or 1840338. OLE color: 1840338.

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

Color convert

RGB 210 20 28 -
CMYK 0 0.90 0.87 0.18
HSL 357.47º 0.83% 0.45% -
HSV(B) 357.47º 0.9% 0.82% -
XYZ 27.04 14.29 2.43 -
YUV 77.72 99.95 222.35 -
System Red Green Blue C M Y K H S L
Decimal 210 20 28 0 0.90 0.87 0.18 357.47 0.83 0.45
Hex D2 14 1C 0 5A 57 12 165 53 2D
Octal 322 24 34 0 132 127 22 545 123 55
Binary 11010010 10100 11100 0 1011010 1010111 10010 101100101 1010011 101101

Color Harmonies of #D2141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2141C

Black with #D2141C

Text Example


Text Example

White with #D2141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2141C; }

 p { color: rgb(210,20,28); }

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

background-color css

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

 a { background-color: rgb(210,20,28); }

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

border-color css

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

 span { border-color: rgb(210,20,28); }

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