Html Css Color HEX #DF1128 Fire Engine Red

📋 copy color: '#DF1128'

red 223 ◦ green 17 ◦ blue 40

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

Shades of Fire Engine Red #DF1128

Tints of Fire Engine Red #DF1128

RGB

 RED value IS 223 (87.5% from 255) = 79.64%

 GREEN value IS 17 (7.03% from 255) = 6.07%

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 79.64%
G = 6.07%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF1128 (or 0xDF1128) is known color: Fire Engine Red. HEX triplet: DF, 11 and 28. RGB value is (223,17,40). Sum of RGB (Red+Green+Blue) = 223+17+40=280 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.64% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1128 is #20EED7. Grayscale: #515151. Windows color (decimal): -2158296 or 2626015. OLE color: 2626015.

HSL color Cylindrical-coordinate representation of color #DF1128: hue angle of 353.3º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF1128 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 17 40 -
CMYK 0 0.92 0.82 0.13
HSL 353.3º 0.86% 0.47% -
HSV(B) 353.3º 0.92% 0.87% -
XYZ 31.01 16.24 3.51 -
YUV 81.22 104.75 229.13 -
System Red Green Blue C M Y K H S L
Decimal 223 17 40 0 0.92 0.82 0.13 353.3 0.86 0.47
Hex DF 11 28 0 5C 52 D 161 56 2F
Octal 337 21 50 0 134 122 15 541 126 57
Binary 11011111 10001 101000 0 1011100 1010010 1101 101100001 1010110 101111

Color Harmonies of #DF1128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1128

Black with #DF1128

Text Example


Text Example

White with #DF1128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1128; }

 p { color: rgb(223,17,40); }

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

background-color css

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

 a { background-color: rgb(223,17,40); }

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

border-color css

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

 span { border-color: rgb(223,17,40); }

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