Html Css Color HEX #DF0324 Fire Engine Red

📋 copy color: '#DF0324'

red 223 ◦ green 3 ◦ blue 36

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

Shades of Fire Engine Red #DF0324

Tints of Fire Engine Red #DF0324

RGB

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

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

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

R = 85.11%
G = 1.15%
B = 13.74%

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

#DF0324 (or 0xDF0324) is known color: Fire Engine Red. HEX triplet: DF, 03 and 24. RGB value is (223,3,36). Sum of RGB (Red+Green+Blue) = 223+3+36=262 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.11% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0324 is #20FCDB. Grayscale: #484848. Windows color (decimal): -2161884 or 2360287. OLE color: 2360287.

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

Color convert

RGB 223 3 36 -
CMYK 0 0.99 0.84 0.13
HSL 351º 0.97% 0.44% -
HSV(B) 351º 0.99% 0.87% -
XYZ 30.78 15.88 3.11 -
YUV 72.54 107.39 235.32 -
System Red Green Blue C M Y K H S L
Decimal 223 3 36 0 0.99 0.84 0.13 351 0.97 0.44
Hex DF 3 24 0 63 54 D 15F 61 2C
Octal 337 3 44 0 143 124 15 537 141 54
Binary 11011111 11 100100 0 1100011 1010100 1101 101011111 1100001 101100

Color Harmonies of #DF0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0324

Black with #DF0324

Text Example


Text Example

White with #DF0324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0324; }

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

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

background-color css

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

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

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

border-color css

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

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

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