Html Css Color HEX #D2131E Fire Engine Red

📋 copy color: '#D2131E'

red 210 ◦ green 19 ◦ blue 30

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

Shades of Fire Engine Red #D2131E

Tints of Fire Engine Red #D2131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.34%

 BLUE value IS 30 (12.11% from 255) = 11.58%

R = 81.08%
G = 7.34%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2131E (or 0xD2131E) is known color: Fire Engine Red. HEX triplet: D2, 13 and 1E. RGB value is (210,19,30). Sum of RGB (Red+Green+Blue) = 210+19+30=259 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.08% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 210 - color contains mainly: red. Hex color #D2131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2131E is #2DECE1. Grayscale: #4D4D4D. Windows color (decimal): -3009762 or 1971154. OLE color: 1971154.

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

Color convert

RGB 210 19 30 -
CMYK 0 0.91 0.86 0.18
HSL 356.54º 0.83% 0.45% -
HSV(B) 356.54º 0.91% 0.82% -
XYZ 27.05 14.26 2.56 -
YUV 77.36 101.28 222.61 -
System Red Green Blue C M Y K H S L
Decimal 210 19 30 0 0.91 0.86 0.18 356.54 0.83 0.45
Hex D2 13 1E 0 5B 56 12 165 53 2D
Octal 322 23 36 0 133 126 22 545 123 55
Binary 11010010 10011 11110 0 1011011 1010110 10010 101100101 1010011 101101

Color Harmonies of #D2131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2131E

Black with #D2131E

Text Example


Text Example

White with #D2131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2131E; }

 p { color: rgb(210,19,30); }

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

background-color css

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

 a { background-color: rgb(210,19,30); }

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

border-color css

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

 span { border-color: rgb(210,19,30); }

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