Html Css Color HEX #DF1C1E Fire Engine Red

📋 copy color: '#DF1C1E'

red 223 ◦ green 28 ◦ blue 30

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

Shades of Fire Engine Red #DF1C1E

Tints of Fire Engine Red #DF1C1E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.96%

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 79.36%
G = 9.96%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF1C1E (or 0xDF1C1E) is known color: Fire Engine Red. HEX triplet: DF, 1C and 1E. RGB value is (223,28,30). Sum of RGB (Red+Green+Blue) = 223+28+30=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1C1E is #20E3E1. Grayscale: #565656. Windows color (decimal): -2155490 or 1973471. OLE color: 1973471.

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

Color convert

RGB 223 28 30 -
CMYK 0 0.87 0.87 0.13
HSL 359.38º 0.78% 0.49% -
HSV(B) 359.38º 0.87% 0.87% -
XYZ 31.08 16.61 2.8 -
YUV 86.53 96.1 225.34 -
System Red Green Blue C M Y K H S L
Decimal 223 28 30 0 0.87 0.87 0.13 359.38 0.78 0.49
Hex DF 1C 1E 0 57 57 D 167 4E 31
Octal 337 34 36 0 127 127 15 547 116 61
Binary 11011111 11100 11110 0 1010111 1010111 1101 101100111 1001110 110001

Color Harmonies of #DF1C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1C1E

Black with #DF1C1E

Text Example


Text Example

White with #DF1C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1C1E; }

 p { color: rgb(223,28,30); }

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

background-color css

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

 a { background-color: rgb(223,28,30); }

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

border-color css

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

 span { border-color: rgb(223,28,30); }

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