Html Css Color HEX #DF1025 Fire Engine Red

📋 copy color: '#DF1025'

red 223 ◦ green 16 ◦ blue 37

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

Shades of Fire Engine Red #DF1025

Tints of Fire Engine Red #DF1025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.41%

R = 80.8%
G = 5.8%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF1025 (or 0xDF1025) is known color: Fire Engine Red. HEX triplet: DF, 10 and 25. RGB value is (223,16,37). Sum of RGB (Red+Green+Blue) = 223+16+37=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1025 is #20EFDA. Grayscale: #505050. Windows color (decimal): -2158555 or 2429151. OLE color: 2429151.

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

Color convert

RGB 223 16 37 -
CMYK 0 0.93 0.83 0.13
HSL 353.91º 0.87% 0.47% -
HSV(B) 353.91º 0.93% 0.87% -
XYZ 30.95 16.19 3.24 -
YUV 80.29 103.58 229.79 -
System Red Green Blue C M Y K H S L
Decimal 223 16 37 0 0.93 0.83 0.13 353.91 0.87 0.47
Hex DF 10 25 0 5D 53 D 162 57 2F
Octal 337 20 45 0 135 123 15 542 127 57
Binary 11011111 10000 100101 0 1011101 1010011 1101 101100010 1010111 101111

Color Harmonies of #DF1025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1025

Black with #DF1025

Text Example


Text Example

White with #DF1025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1025; }

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

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

background-color css

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

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

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

border-color css

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

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

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