Html Css Color HEX #DF151A Fire Engine Red

📋 copy color: '#DF151A'

red 223 ◦ green 21 ◦ blue 26

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

Shades of Fire Engine Red #DF151A

Tints of Fire Engine Red #DF151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 82.59%
G = 7.78%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF151A (or 0xDF151A) is known color: Fire Engine Red. HEX triplet: DF, 15 and 1A. RGB value is (223,21,26). Sum of RGB (Red+Green+Blue) = 223+21+26=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF151A is #20EAE5. Grayscale: #525252. Windows color (decimal): -2157286 or 1709535. OLE color: 1709535.

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

Color convert

RGB 223 21 26 -
CMYK 0 0.91 0.88 0.13
HSL 358.51º 0.83% 0.48% -
HSV(B) 358.51º 0.91% 0.87% -
XYZ 30.89 16.3 2.5 -
YUV 81.97 96.42 228.59 -
System Red Green Blue C M Y K H S L
Decimal 223 21 26 0 0.91 0.88 0.13 358.51 0.83 0.48
Hex DF 15 1A 0 5B 58 D 167 53 30
Octal 337 25 32 0 133 130 15 547 123 60
Binary 11011111 10101 11010 0 1011011 1011000 1101 101100111 1010011 110000

Color Harmonies of #DF151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF151A

Black with #DF151A

Text Example


Text Example

White with #DF151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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