Html Css Color HEX #DF0624 Fire Engine Red

📋 copy color: '#DF0624'

red 223 ◦ green 6 ◦ blue 36

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

Shades of Fire Engine Red #DF0624

Tints of Fire Engine Red #DF0624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

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

R = 84.15%
G = 2.26%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF0624 (or 0xDF0624) is known color: Fire Engine Red. HEX triplet: DF, 06 and 24. RGB value is (223,6,36). Sum of RGB (Red+Green+Blue) = 223+6+36=265 (35% of max value = 765). Red value is 223 (87.5% from 255 or 84.15% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0624 is #20F9DB. Grayscale: #4A4A4A. Windows color (decimal): -2161116 or 2361055. OLE color: 2361055.

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

Color convert

RGB 223 6 36 -
CMYK 0 0.97 0.84 0.13
HSL 351.71º 0.95% 0.45% -
HSV(B) 351.71º 0.97% 0.87% -
XYZ 30.81 15.95 3.12 -
YUV 74.3 106.39 234.06 -
System Red Green Blue C M Y K H S L
Decimal 223 6 36 0 0.97 0.84 0.13 351.71 0.95 0.45
Hex DF 6 24 0 61 54 D 160 5F 2D
Octal 337 6 44 0 141 124 15 540 137 55
Binary 11011111 110 100100 0 1100001 1010100 1101 101100000 1011111 101101

Color Harmonies of #DF0624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0624

Black with #DF0624

Text Example


Text Example

White with #DF0624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0624; }

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

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

background-color css

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

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

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

border-color css

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

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

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