Html Css Color HEX #DF1023 Fire Engine Red

📋 copy color: '#DF1023'

red 223 ◦ green 16 ◦ blue 35

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

Shades of Fire Engine Red #DF1023

Tints of Fire Engine Red #DF1023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.84%

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

R = 81.39%
G = 5.84%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DF1023 (or 0xDF1023) is known color: Fire Engine Red. HEX triplet: DF, 10 and 23. RGB value is (223,16,35). Sum of RGB (Red+Green+Blue) = 223+16+35=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1023 is #20EFDC. Grayscale: #505050. Windows color (decimal): -2158557 or 2298079. OLE color: 2298079.

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

Color convert

RGB 223 16 35 -
CMYK 0 0.93 0.84 0.13
HSL 354.49º 0.87% 0.47% -
HSV(B) 354.49º 0.93% 0.87% -
XYZ 30.92 16.18 3.08 -
YUV 80.06 102.58 229.96 -
System Red Green Blue C M Y K H S L
Decimal 223 16 35 0 0.93 0.84 0.13 354.49 0.87 0.47
Hex DF 10 23 0 5D 54 D 162 57 2F
Octal 337 20 43 0 135 124 15 542 127 57
Binary 11011111 10000 100011 0 1011101 1010100 1101 101100010 1010111 101111

Color Harmonies of #DF1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1023

Black with #DF1023

Text Example


Text Example

White with #DF1023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1023; }

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

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

background-color css

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

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

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

border-color css

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

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

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