Html Css Color HEX #D3122C Fire Engine Red

📋 copy color: '#D3122C'

red 211 ◦ green 18 ◦ blue 44

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

Shades of Fire Engine Red #D3122C

Tints of Fire Engine Red #D3122C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 77.29%
G = 6.59%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D3122C (or 0xD3122C) is known color: Fire Engine Red. HEX triplet: D3, 12 and 2C. RGB value is (211,18,44). Sum of RGB (Red+Green+Blue) = 211+18+44=273 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.29% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 211 - color contains mainly: red. Hex color #D3122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3122C is #2CEDD3. Grayscale: #4E4E4E. Windows color (decimal): -2944468 or 2888403. OLE color: 2888403.

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

Color convert

RGB 211 18 44 -
CMYK 0 0.91 0.79 0.17
HSL 351.92º 0.84% 0.45% -
HSV(B) 351.92º 0.91% 0.83% -
XYZ 27.53 14.46 3.72 -
YUV 78.67 108.44 222.39 -
System Red Green Blue C M Y K H S L
Decimal 211 18 44 0 0.91 0.79 0.17 351.92 0.84 0.45
Hex D3 12 2C 0 5B 4F 11 160 54 2D
Octal 323 22 54 0 133 117 21 540 124 55
Binary 11010011 10010 101100 0 1011011 1001111 10001 101100000 1010100 101101

Color Harmonies of #D3122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3122C

Black with #D3122C

Text Example


Text Example

White with #D3122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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