Html Css Color HEX #DF0226 Fire Engine Red

📋 copy color: '#DF0226'

red 223 ◦ green 2 ◦ blue 38

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

Shades of Fire Engine Red #DF0226

Tints of Fire Engine Red #DF0226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.45%

R = 84.79%
G = 0.76%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF0226 (or 0xDF0226) is known color: Fire Engine Red. HEX triplet: DF, 02 and 26. RGB value is (223,2,38). Sum of RGB (Red+Green+Blue) = 223+2+38=263 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.79% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0226 is #20FDD9. Grayscale: #484848. Windows color (decimal): -2162138 or 2491103. OLE color: 2491103.

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

Color convert

RGB 223 2 38 -
CMYK 0 0.99 0.83 0.13
HSL 350.23º 0.98% 0.44% -
HSV(B) 350.23º 0.99% 0.87% -
XYZ 30.8 15.87 3.27 -
YUV 72.18 108.72 235.57 -
System Red Green Blue C M Y K H S L
Decimal 223 2 38 0 0.99 0.83 0.13 350.23 0.98 0.44
Hex DF 2 26 0 63 53 D 15E 62 2C
Octal 337 2 46 0 143 123 15 536 142 54
Binary 11011111 10 100110 0 1100011 1010011 1101 101011110 1100010 101100

Color Harmonies of #DF0226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0226

Black with #DF0226

Text Example


Text Example

White with #DF0226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0226; }

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

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

background-color css

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

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

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

border-color css

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

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

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