Html Css Color HEX #D31422 Fire Engine Red

📋 copy color: '#D31422'

red 211 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #D31422

Tints of Fire Engine Red #D31422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.83%

R = 79.62%
G = 7.55%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D31422 (or 0xD31422) is known color: Fire Engine Red. HEX triplet: D3, 14 and 22. RGB value is (211,20,34). Sum of RGB (Red+Green+Blue) = 211+20+34=265 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.62% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 211 - color contains mainly: red. Hex color #D31422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31422 is #2CEBDD. Grayscale: #4E4E4E. Windows color (decimal): -2943966 or 2233555. OLE color: 2233555.

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

Color convert

RGB 211 20 34 -
CMYK 0 0.91 0.84 0.17
HSL 355.6º 0.83% 0.45% -
HSV(B) 355.6º 0.91% 0.83% -
XYZ 27.4 14.46 2.86 -
YUV 78.71 102.78 222.36 -
System Red Green Blue C M Y K H S L
Decimal 211 20 34 0 0.91 0.84 0.17 355.6 0.83 0.45
Hex D3 14 22 0 5B 54 11 164 53 2D
Octal 323 24 42 0 133 124 21 544 123 55
Binary 11010011 10100 100010 0 1011011 1010100 10001 101100100 1010011 101101

Color Harmonies of #D31422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31422

Black with #D31422

Text Example


Text Example

White with #D31422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31422; }

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

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

background-color css

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

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

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

border-color css

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

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

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