Html Css Color HEX #DF0223 Fire Engine Red

📋 copy color: '#DF0223'

red 223 ◦ green 2 ◦ blue 35

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

Shades of Fire Engine Red #DF0223

Tints of Fire Engine Red #DF0223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 35 (14.06% from 255) = 13.46%

R = 85.77%
G = 0.77%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF0223 (or 0xDF0223) is known color: Fire Engine Red. HEX triplet: DF, 02 and 23. RGB value is (223,2,35). Sum of RGB (Red+Green+Blue) = 223+2+35=260 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.77% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0223 is #20FDDC. Grayscale: #474747. Windows color (decimal): -2162141 or 2294495. OLE color: 2294495.

HSL color Cylindrical-coordinate representation of color #DF0223: hue angle of 351.04º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0223 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 2 35 -
CMYK 0 0.99 0.84 0.13
HSL 351.04º 0.98% 0.44% -
HSV(B) 351.04º 0.99% 0.87% -
XYZ 30.76 15.85 3.03 -
YUV 71.84 107.22 235.82 -
System Red Green Blue C M Y K H S L
Decimal 223 2 35 0 0.99 0.84 0.13 351.04 0.98 0.44
Hex DF 2 23 0 63 54 D 15F 62 2C
Octal 337 2 43 0 143 124 15 537 142 54
Binary 11011111 10 100011 0 1100011 1010100 1101 101011111 1100010 101100

Color Harmonies of #DF0223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0223

Black with #DF0223

Text Example


Text Example

White with #DF0223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0223; }

 p { color: rgb(223,2,35); }

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

background-color css

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

 a { background-color: rgb(223,2,35); }

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

border-color css

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

 span { border-color: rgb(223,2,35); }

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