Html Css Color HEX #DF0827 Fire Engine Red

📋 copy color: '#DF0827'

red 223 ◦ green 8 ◦ blue 39

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

Shades of Fire Engine Red #DF0827

Tints of Fire Engine Red #DF0827

RGB

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

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

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

R = 82.59%
G = 2.96%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF0827 (or 0xDF0827) is known color: Fire Engine Red. HEX triplet: DF, 08 and 27. RGB value is (223,8,39). Sum of RGB (Red+Green+Blue) = 223+8+39=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0827 is #20F7D8. Grayscale: #4B4B4B. Windows color (decimal): -2160601 or 2558175. OLE color: 2558175.

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

Color convert

RGB 223 8 39 -
CMYK 0 0.96 0.83 0.13
HSL 351.35º 0.93% 0.45% -
HSV(B) 351.35º 0.96% 0.87% -
XYZ 30.88 16.01 3.38 -
YUV 75.82 107.23 232.98 -
System Red Green Blue C M Y K H S L
Decimal 223 8 39 0 0.96 0.83 0.13 351.35 0.93 0.45
Hex DF 8 27 0 60 53 D 15F 5D 2D
Octal 337 10 47 0 140 123 15 537 135 55
Binary 11011111 1000 100111 0 1100000 1010011 1101 101011111 1011101 101101

Color Harmonies of #DF0827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0827

Black with #DF0827

Text Example


Text Example

White with #DF0827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0827; }

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

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

background-color css

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

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

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

border-color css

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

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

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