Html Css Color HEX #DF1022 Fire Engine Red

📋 copy color: '#DF1022'

red 223 ◦ green 16 ◦ blue 34

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

Shades of Fire Engine Red #DF1022

Tints of Fire Engine Red #DF1022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

 BLUE value IS 34 (13.67% from 255) = 12.45%

R = 81.68%
G = 5.86%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF1022 (or 0xDF1022) is known color: Fire Engine Red. HEX triplet: DF, 10 and 22. RGB value is (223,16,34). Sum of RGB (Red+Green+Blue) = 223+16+34=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1022 is #20EFDD. Grayscale: #505050. Windows color (decimal): -2158558 or 2232543. OLE color: 2232543.

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

Color convert

RGB 223 16 34 -
CMYK 0 0.93 0.85 0.13
HSL 354.78º 0.87% 0.47% -
HSV(B) 354.78º 0.93% 0.87% -
XYZ 30.91 16.17 3.01 -
YUV 79.95 102.08 230.04 -
System Red Green Blue C M Y K H S L
Decimal 223 16 34 0 0.93 0.85 0.13 354.78 0.87 0.47
Hex DF 10 22 0 5D 55 D 163 57 2F
Octal 337 20 42 0 135 125 15 543 127 57
Binary 11011111 10000 100010 0 1011101 1010101 1101 101100011 1010111 101111

Color Harmonies of #DF1022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1022

Black with #DF1022

Text Example


Text Example

White with #DF1022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1022; }

 p { color: rgb(223,16,34); }

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

background-color css

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

 a { background-color: rgb(223,16,34); }

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

border-color css

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

 span { border-color: rgb(223,16,34); }

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