Html Css Color HEX #DF161A Fire Engine Red

📋 copy color: '#DF161A'

red 223 ◦ green 22 ◦ blue 26

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

Shades of Fire Engine Red #DF161A

Tints of Fire Engine Red #DF161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.12%

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

R = 82.29%
G = 8.12%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF161A (or 0xDF161A) is known color: Fire Engine Red. HEX triplet: DF, 16 and 1A. RGB value is (223,22,26). Sum of RGB (Red+Green+Blue) = 223+22+26=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF161A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF161A is #20E9E5. Grayscale: #525252. Windows color (decimal): -2157030 or 1709791. OLE color: 1709791.

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

Color convert

RGB 223 22 26 -
CMYK 0 0.90 0.88 0.13
HSL 358.81º 0.82% 0.48% -
HSV(B) 358.81º 0.9% 0.87% -
XYZ 30.9 16.34 2.5 -
YUV 82.56 96.09 228.17 -
System Red Green Blue C M Y K H S L
Decimal 223 22 26 0 0.90 0.88 0.13 358.81 0.82 0.48
Hex DF 16 1A 0 5A 58 D 167 52 30
Octal 337 26 32 0 132 130 15 547 122 60
Binary 11011111 10110 11010 0 1011010 1011000 1101 101100111 1010010 110000

Color Harmonies of #DF161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF161A

Black with #DF161A

Text Example


Text Example

White with #DF161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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