Html Css Color HEX #D31223 Fire Engine Red

📋 copy color: '#D31223'

red 211 ◦ green 18 ◦ blue 35

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

Shades of Fire Engine Red #D31223

Tints of Fire Engine Red #D31223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.26%

R = 79.92%
G = 6.82%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D31223 (or 0xD31223) is known color: Fire Engine Red. HEX triplet: D3, 12 and 23. RGB value is (211,18,35). Sum of RGB (Red+Green+Blue) = 211+18+35=264 (34% of max value = 765). Red value is 211 (82.81% from 255 or 79.92% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 211 - color contains mainly: red. Hex color #D31223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31223 is #2CEDDC. Grayscale: #4D4D4D. Windows color (decimal): -2944477 or 2298579. OLE color: 2298579.

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

Color convert

RGB 211 18 35 -
CMYK 0 0.91 0.83 0.17
HSL 354.72º 0.84% 0.45% -
HSV(B) 354.72º 0.91% 0.83% -
XYZ 27.38 14.4 2.93 -
YUV 77.65 103.94 223.12 -
System Red Green Blue C M Y K H S L
Decimal 211 18 35 0 0.91 0.83 0.17 354.72 0.84 0.45
Hex D3 12 23 0 5B 53 11 163 54 2D
Octal 323 22 43 0 133 123 21 543 124 55
Binary 11010011 10010 100011 0 1011011 1010011 10001 101100011 1010100 101101

Color Harmonies of #D31223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31223

Black with #D31223

Text Example


Text Example

White with #D31223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31223; }

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

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

background-color css

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

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

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

border-color css

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

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

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