Html Css Color HEX #DF0727 Fire Engine Red

📋 copy color: '#DF0727'

red 223 ◦ green 7 ◦ blue 39

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

Shades of Fire Engine Red #DF0727

Tints of Fire Engine Red #DF0727

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.6%

 BLUE value IS 39 (15.63% from 255) = 14.5%

R = 82.9%
G = 2.6%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF0727 (or 0xDF0727) is known color: Fire Engine Red. HEX triplet: DF, 07 and 27. RGB value is (223,7,39). Sum of RGB (Red+Green+Blue) = 223+7+39=269 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.90% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0727 is #20F8D8. Grayscale: #4B4B4B. Windows color (decimal): -2160857 or 2557919. OLE color: 2557919.

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

Color convert

RGB 223 7 39 -
CMYK 0 0.97 0.83 0.13
HSL 351.11º 0.94% 0.45% -
HSV(B) 351.11º 0.97% 0.87% -
XYZ 30.87 15.99 3.38 -
YUV 75.23 107.56 233.4 -
System Red Green Blue C M Y K H S L
Decimal 223 7 39 0 0.97 0.83 0.13 351.11 0.94 0.45
Hex DF 7 27 0 61 53 D 15F 5E 2D
Octal 337 7 47 0 141 123 15 537 136 55
Binary 11011111 111 100111 0 1100001 1010011 1101 101011111 1011110 101101

Color Harmonies of #DF0727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0727

Black with #DF0727

Text Example


Text Example

White with #DF0727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0727; }

 p { color: rgb(223,7,39); }

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

background-color css

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

 a { background-color: rgb(223,7,39); }

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

border-color css

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

 span { border-color: rgb(223,7,39); }

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