Html Css Color HEX #DF151C Fire Engine Red

📋 copy color: '#DF151C'

red 223 ◦ green 21 ◦ blue 28

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

Shades of Fire Engine Red #DF151C

Tints of Fire Engine Red #DF151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.72%

 BLUE value IS 28 (11.33% from 255) = 10.29%

R = 81.99%
G = 7.72%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF151C (or 0xDF151C) is known color: Fire Engine Red. HEX triplet: DF, 15 and 1C. RGB value is (223,21,28). Sum of RGB (Red+Green+Blue) = 223+21+28=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF151C is #20EAE3. Grayscale: #525252. Windows color (decimal): -2157284 or 1840607. OLE color: 1840607.

HSL color Cylindrical-coordinate representation of color #DF151C: hue angle of 357.92º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF151C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 21 28 -
CMYK 0 0.91 0.87 0.13
HSL 357.92º 0.83% 0.48% -
HSV(B) 357.92º 0.91% 0.87% -
XYZ 30.91 16.31 2.62 -
YUV 82.2 97.42 228.43 -
System Red Green Blue C M Y K H S L
Decimal 223 21 28 0 0.91 0.87 0.13 357.92 0.83 0.48
Hex DF 15 1C 0 5B 57 D 166 53 30
Octal 337 25 34 0 133 127 15 546 123 60
Binary 11011111 10101 11100 0 1011011 1010111 1101 101100110 1010011 110000

Color Harmonies of #DF151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF151C

Black with #DF151C

Text Example


Text Example

White with #DF151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF151C; }

 p { color: rgb(223,21,28); }

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

background-color css

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

 a { background-color: rgb(223,21,28); }

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

border-color css

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

 span { border-color: rgb(223,21,28); }

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