Html Css Color HEX #D1212B Fire Engine Red

📋 copy color: '#D1212B'

red 209 ◦ green 33 ◦ blue 43

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

Shades of Fire Engine Red #D1212B

Tints of Fire Engine Red #D1212B

RGB

 RED value IS 209 (82.03% from 255) = 73.33%

 GREEN value IS 33 (13.28% from 255) = 11.58%

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 73.33%
G = 11.58%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1212B (or 0xD1212B) is known color: Fire Engine Red. HEX triplet: D1, 21 and 2B. RGB value is (209,33,43). Sum of RGB (Red+Green+Blue) = 209+33+43=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D1212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1212B is #2EDED4. Grayscale: #565656. Windows color (decimal): -3071701 or 2826705. OLE color: 2826705.

HSL color Cylindrical-coordinate representation of color #D1212B: hue angle of 356.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1212B is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 33 43 -
CMYK 0 0.84 0.79 0.18
HSL 356.59º 0.73% 0.47% -
HSV(B) 356.59º 0.84% 0.82% -
XYZ 27.27 14.82 3.71 -
YUV 86.76 103.31 215.19 -
System Red Green Blue C M Y K H S L
Decimal 209 33 43 0 0.84 0.79 0.18 356.59 0.73 0.47
Hex D1 21 2B 0 54 4F 12 165 49 2F
Octal 321 41 53 0 124 117 22 545 111 57
Binary 11010001 100001 101011 0 1010100 1001111 10010 101100101 1001001 101111

Color Harmonies of #D1212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1212B

Black with #D1212B

Text Example


Text Example

White with #D1212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1212B; }

 p { color: rgb(209,33,43); }

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

background-color css

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

 a { background-color: rgb(209,33,43); }

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

border-color css

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

 span { border-color: rgb(209,33,43); }

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