Html Css Color HEX #DF1129 Fire Engine Red

📋 copy color: '#DF1129'

red 223 ◦ green 17 ◦ blue 41

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

Shades of Fire Engine Red #DF1129

Tints of Fire Engine Red #DF1129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.59%

R = 79.36%
G = 6.05%
B = 14.59%

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

#DF1129 (or 0xDF1129) is known color: Fire Engine Red. HEX triplet: DF, 11 and 29. RGB value is (223,17,41). Sum of RGB (Red+Green+Blue) = 223+17+41=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1129 is #20EED6. Grayscale: #515151. Windows color (decimal): -2158295 or 2691551. OLE color: 2691551.

HSL color Cylindrical-coordinate representation of color #DF1129: hue angle of 353.01º 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 #DF1129 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 17 41 -
CMYK 0 0.92 0.82 0.13
HSL 353.01º 0.86% 0.47% -
HSV(B) 353.01º 0.92% 0.87% -
XYZ 31.03 16.25 3.6 -
YUV 81.33 105.25 229.05 -
System Red Green Blue C M Y K H S L
Decimal 223 17 41 0 0.92 0.82 0.13 353.01 0.86 0.47
Hex DF 11 29 0 5C 52 D 161 56 2F
Octal 337 21 51 0 134 122 15 541 126 57
Binary 11011111 10001 101001 0 1011100 1010010 1101 101100001 1010110 101111

Color Harmonies of #DF1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1129

Black with #DF1129

Text Example


Text Example

White with #DF1129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1129; }

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

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

background-color css

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

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

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

border-color css

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

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

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