Html Css Color HEX #D11423 Fire Engine Red

📋 copy color: '#D11423'

red 209 ◦ green 20 ◦ blue 35

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

Shades of Fire Engine Red #D11423

Tints of Fire Engine Red #D11423

RGB

 RED value IS 209 (82.03% from 255) = 79.17%

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

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

R = 79.17%
G = 7.58%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D11423 (or 0xD11423) is known color: Fire Engine Red. HEX triplet: D1, 14 and 23. RGB value is (209,20,35). Sum of RGB (Red+Green+Blue) = 209+20+35=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D11423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11423 is #2EEBDC. Grayscale: #4E4E4E. Windows color (decimal): -3075037 or 2299089. OLE color: 2299089.

HSL color Cylindrical-coordinate representation of color #D11423: hue angle of 355.24º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11423 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 20 35 -
CMYK 0 0.90 0.83 0.18
HSL 355.24º 0.83% 0.45% -
HSV(B) 355.24º 0.9% 0.82% -
XYZ 26.85 14.18 2.91 -
YUV 78.22 103.62 221.28 -
System Red Green Blue C M Y K H S L
Decimal 209 20 35 0 0.90 0.83 0.18 355.24 0.83 0.45
Hex D1 14 23 0 5A 53 12 163 53 2D
Octal 321 24 43 0 132 123 22 543 123 55
Binary 11010001 10100 100011 0 1011010 1010011 10010 101100011 1010011 101101

Color Harmonies of #D11423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11423

Black with #D11423

Text Example


Text Example

White with #D11423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11423; }

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

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

background-color css

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

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

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

border-color css

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

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

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