Html Css Color HEX #DF0326 Fire Engine Red

📋 copy color: '#DF0326'

red 223 ◦ green 3 ◦ blue 38

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

Shades of Fire Engine Red #DF0326

Tints of Fire Engine Red #DF0326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

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

R = 84.47%
G = 1.14%
B = 14.39%

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

#DF0326 (or 0xDF0326) is known color: Fire Engine Red. HEX triplet: DF, 03 and 26. RGB value is (223,3,38). Sum of RGB (Red+Green+Blue) = 223+3+38=264 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.47% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0326 is #20FCD9. Grayscale: #484848. Windows color (decimal): -2161882 or 2491359. OLE color: 2491359.

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

Color convert

RGB 223 3 38 -
CMYK 0 0.99 0.83 0.13
HSL 350.45º 0.97% 0.44% -
HSV(B) 350.45º 0.99% 0.87% -
XYZ 30.81 15.89 3.28 -
YUV 72.77 108.39 235.15 -
System Red Green Blue C M Y K H S L
Decimal 223 3 38 0 0.99 0.83 0.13 350.45 0.97 0.44
Hex DF 3 26 0 63 53 D 15E 61 2C
Octal 337 3 46 0 143 123 15 536 141 54
Binary 11011111 11 100110 0 1100011 1010011 1101 101011110 1100001 101100

Color Harmonies of #DF0326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0326

Black with #DF0326

Text Example


Text Example

White with #DF0326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0326; }

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

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

background-color css

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

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

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

border-color css

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

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

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