Html Css Color HEX #DF0823 Fire Engine Red

📋 copy color: '#DF0823'

red 223 ◦ green 8 ◦ blue 35

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

Shades of Fire Engine Red #DF0823

Tints of Fire Engine Red #DF0823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.16%

R = 83.83%
G = 3.01%
B = 13.16%

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

#DF0823 (or 0xDF0823) is known color: Fire Engine Red. HEX triplet: DF, 08 and 23. RGB value is (223,8,35). Sum of RGB (Red+Green+Blue) = 223+8+35=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0823 is #20F7DC. Grayscale: #4B4B4B. Windows color (decimal): -2160605 or 2296031. OLE color: 2296031.

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

Color convert

RGB 223 8 35 -
CMYK 0 0.96 0.84 0.13
HSL 352.47º 0.93% 0.45% -
HSV(B) 352.47º 0.96% 0.87% -
XYZ 30.82 15.98 3.05 -
YUV 75.36 105.23 233.3 -
System Red Green Blue C M Y K H S L
Decimal 223 8 35 0 0.96 0.84 0.13 352.47 0.93 0.45
Hex DF 8 23 0 60 54 D 160 5D 2D
Octal 337 10 43 0 140 124 15 540 135 55
Binary 11011111 1000 100011 0 1100000 1010100 1101 101100000 1011101 101101

Color Harmonies of #DF0823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0823

Black with #DF0823

Text Example


Text Example

White with #DF0823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0823; }

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

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

background-color css

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

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

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

border-color css

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

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

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