Html Css Color HEX #D3121E Fire Engine Red

📋 copy color: '#D3121E'

red 211 ◦ green 18 ◦ blue 30

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

Shades of Fire Engine Red #D3121E

Tints of Fire Engine Red #D3121E

RGB

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

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

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

R = 81.47%
G = 6.95%
B = 11.58%

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

#D3121E (or 0xD3121E) is known color: Fire Engine Red. HEX triplet: D3, 12 and 1E. RGB value is (211,18,30). Sum of RGB (Red+Green+Blue) = 211+18+30=259 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.47% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 211 - color contains mainly: red. Hex color #D3121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3121E is #2CEDE1. Grayscale: #4D4D4D. Windows color (decimal): -2944482 or 1970899. OLE color: 1970899.

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

Color convert

RGB 211 18 30 -
CMYK 0 0.91 0.86 0.17
HSL 356.27º 0.84% 0.45% -
HSV(B) 356.27º 0.91% 0.83% -
XYZ 27.31 14.38 2.56 -
YUV 77.08 101.44 223.52 -
System Red Green Blue C M Y K H S L
Decimal 211 18 30 0 0.91 0.86 0.17 356.27 0.84 0.45
Hex D3 12 1E 0 5B 56 11 164 54 2D
Octal 323 22 36 0 133 126 21 544 124 55
Binary 11010011 10010 11110 0 1011011 1010110 10001 101100100 1010100 101101

Color Harmonies of #D3121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3121E

Black with #D3121E

Text Example


Text Example

White with #D3121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3121E; }

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

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

background-color css

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

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

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

border-color css

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

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

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