Html Css Color HEX #DF0526 Fire Engine Red

📋 copy color: '#DF0526'

red 223 ◦ green 5 ◦ blue 38

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

Shades of Fire Engine Red #DF0526

Tints of Fire Engine Red #DF0526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.88%

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

R = 83.83%
G = 1.88%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF0526 (or 0xDF0526) is known color: Fire Engine Red. HEX triplet: DF, 05 and 26. RGB value is (223,5,38). Sum of RGB (Red+Green+Blue) = 223+5+38=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0526 is #20FAD9. Grayscale: #4A4A4A. Windows color (decimal): -2161370 or 2491871. OLE color: 2491871.

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

Color convert

RGB 223 5 38 -
CMYK 0 0.98 0.83 0.13
HSL 350.92º 0.96% 0.45% -
HSV(B) 350.92º 0.98% 0.87% -
XYZ 30.84 15.94 3.28 -
YUV 73.94 107.72 234.32 -
System Red Green Blue C M Y K H S L
Decimal 223 5 38 0 0.98 0.83 0.13 350.92 0.96 0.45
Hex DF 5 26 0 62 53 D 15F 60 2D
Octal 337 5 46 0 142 123 15 537 140 55
Binary 11011111 101 100110 0 1100010 1010011 1101 101011111 1100000 101101

Color Harmonies of #DF0526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0526

Black with #DF0526

Text Example


Text Example

White with #DF0526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0526; }

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

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

background-color css

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

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

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

border-color css

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

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

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