Html Css Color HEX #D2131D Fire Engine Red

📋 copy color: '#D2131D'

red 210 ◦ green 19 ◦ blue 29

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

Shades of Fire Engine Red #D2131D

Tints of Fire Engine Red #D2131D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 81.4%
G = 7.36%
B = 11.24%

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

#D2131D (or 0xD2131D) is known color: Fire Engine Red. HEX triplet: D2, 13 and 1D. RGB value is (210,19,29). Sum of RGB (Red+Green+Blue) = 210+19+29=258 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.40% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 210 - color contains mainly: red. Hex color #D2131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2131D is #2DECE2. Grayscale: #4D4D4D. Windows color (decimal): -3009763 or 1905618. OLE color: 1905618.

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

Color convert

RGB 210 19 29 -
CMYK 0 0.91 0.86 0.18
HSL 356.86º 0.83% 0.45% -
HSV(B) 356.86º 0.91% 0.82% -
XYZ 27.03 14.26 2.49 -
YUV 77.25 100.78 222.69 -
System Red Green Blue C M Y K H S L
Decimal 210 19 29 0 0.91 0.86 0.18 356.86 0.83 0.45
Hex D2 13 1D 0 5B 56 12 165 53 2D
Octal 322 23 35 0 133 126 22 545 123 55
Binary 11010010 10011 11101 0 1011011 1010110 10010 101100101 1010011 101101

Color Harmonies of #D2131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2131D

Black with #D2131D

Text Example


Text Example

White with #D2131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2131D; }

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

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

background-color css

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

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

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

border-color css

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

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

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