Html Css Color HEX #D3121F Fire Engine Red

📋 copy color: '#D3121F'

red 211 ◦ green 18 ◦ blue 31

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

Shades of Fire Engine Red #D3121F

Tints of Fire Engine Red #D3121F

RGB

 RED value IS 211 (82.81% from 255) = 81.15%

 GREEN value IS 18 (7.42% from 255) = 6.92%

 BLUE value IS 31 (12.5% from 255) = 11.92%

R = 81.15%
G = 6.92%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D3121F (or 0xD3121F) is known color: Fire Engine Red. HEX triplet: D3, 12 and 1F. RGB value is (211,18,31). Sum of RGB (Red+Green+Blue) = 211+18+31=260 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.15% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 211 - color contains mainly: red. Hex color #D3121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3121F is #2CEDE0. Grayscale: #4D4D4D. Windows color (decimal): -2944481 or 2036435. OLE color: 2036435.

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

Color convert

RGB 211 18 31 -
CMYK 0 0.91 0.85 0.17
HSL 355.96º 0.84% 0.45% -
HSV(B) 355.96º 0.91% 0.83% -
XYZ 27.33 14.38 2.63 -
YUV 77.19 101.94 223.44 -
System Red Green Blue C M Y K H S L
Decimal 211 18 31 0 0.91 0.85 0.17 355.96 0.84 0.45
Hex D3 12 1F 0 5B 55 11 164 54 2D
Octal 323 22 37 0 133 125 21 544 124 55
Binary 11010011 10010 11111 0 1011011 1010101 10001 101100100 1010100 101101

Color Harmonies of #D3121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3121F

Black with #D3121F

Text Example


Text Example

White with #D3121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3121F; }

 p { color: rgb(211,18,31); }

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

background-color css

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

 a { background-color: rgb(211,18,31); }

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

border-color css

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

 span { border-color: rgb(211,18,31); }

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