Html Css Color HEX #D3121D Fire Engine Red

📋 copy color: '#D3121D'

red 211 ◦ green 18 ◦ blue 29

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

Shades of Fire Engine Red #D3121D

Tints of Fire Engine Red #D3121D

RGB

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

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

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

R = 81.78%
G = 6.98%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3121D (or 0xD3121D) is known color: Fire Engine Red. HEX triplet: D3, 12 and 1D. RGB value is (211,18,29). Sum of RGB (Red+Green+Blue) = 211+18+29=258 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.78% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 211 - color contains mainly: red. Hex color #D3121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3121D is #2CEDE2. Grayscale: #4D4D4D. Windows color (decimal): -2944483 or 1905363. OLE color: 1905363.

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

Color convert

RGB 211 18 29 -
CMYK 0 0.91 0.86 0.17
HSL 356.58º 0.84% 0.45% -
HSV(B) 356.58º 0.91% 0.83% -
XYZ 27.3 14.37 2.5 -
YUV 76.96 100.94 223.61 -
System Red Green Blue C M Y K H S L
Decimal 211 18 29 0 0.91 0.86 0.17 356.58 0.84 0.45
Hex D3 12 1D 0 5B 56 11 165 54 2D
Octal 323 22 35 0 133 126 21 545 124 55
Binary 11010011 10010 11101 0 1011011 1010110 10001 101100101 1010100 101101

Color Harmonies of #D3121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3121D

Black with #D3121D

Text Example


Text Example

White with #D3121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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