Html Css Color HEX #DF0824 Fire Engine Red

📋 copy color: '#DF0824'

red 223 ◦ green 8 ◦ blue 36

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

Shades of Fire Engine Red #DF0824

Tints of Fire Engine Red #DF0824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3%

 BLUE value IS 36 (14.45% from 255) = 13.48%

R = 83.52%
G = 3%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF0824 (or 0xDF0824) is known color: Fire Engine Red. HEX triplet: DF, 08 and 24. RGB value is (223,8,36). Sum of RGB (Red+Green+Blue) = 223+8+36=267 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.52% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0824 is #20F7DB. Grayscale: #4B4B4B. Windows color (decimal): -2160604 or 2361567. OLE color: 2361567.

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

Color convert

RGB 223 8 36 -
CMYK 0 0.96 0.84 0.13
HSL 352.19º 0.93% 0.45% -
HSV(B) 352.19º 0.96% 0.87% -
XYZ 30.84 15.99 3.13 -
YUV 75.48 105.73 233.22 -
System Red Green Blue C M Y K H S L
Decimal 223 8 36 0 0.96 0.84 0.13 352.19 0.93 0.45
Hex DF 8 24 0 60 54 D 160 5D 2D
Octal 337 10 44 0 140 124 15 540 135 55
Binary 11011111 1000 100100 0 1100000 1010100 1101 101100000 1011101 101101

Color Harmonies of #DF0824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0824

Black with #DF0824

Text Example


Text Example

White with #DF0824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0824; }

 p { color: rgb(223,8,36); }

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

background-color css

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

 a { background-color: rgb(223,8,36); }

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

border-color css

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

 span { border-color: rgb(223,8,36); }

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