Html Css Color HEX #D31423 Fire Engine Red

📋 copy color: '#D31423'

red 211 ◦ green 20 ◦ blue 35

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

Shades of Fire Engine Red #D31423

Tints of Fire Engine Red #D31423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.52%

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

R = 79.32%
G = 7.52%
B = 13.16%

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

#D31423 (or 0xD31423) is known color: Fire Engine Red. HEX triplet: D3, 14 and 23. RGB value is (211,20,35). Sum of RGB (Red+Green+Blue) = 211+20+35=266 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.32% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 211 - color contains mainly: red. Hex color #D31423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31423 is #2CEBDC. Grayscale: #4E4E4E. Windows color (decimal): -2943965 or 2299091. OLE color: 2299091.

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

Color convert

RGB 211 20 35 -
CMYK 0 0.91 0.83 0.17
HSL 355.29º 0.83% 0.45% -
HSV(B) 355.29º 0.91% 0.83% -
XYZ 27.42 14.47 2.94 -
YUV 78.82 103.28 222.28 -
System Red Green Blue C M Y K H S L
Decimal 211 20 35 0 0.91 0.83 0.17 355.29 0.83 0.45
Hex D3 14 23 0 5B 53 11 163 53 2D
Octal 323 24 43 0 133 123 21 543 123 55
Binary 11010011 10100 100011 0 1011011 1010011 10001 101100011 1010011 101101

Color Harmonies of #D31423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31423

Black with #D31423

Text Example


Text Example

White with #D31423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31423; }

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

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

background-color css

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

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

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

border-color css

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

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

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