Html Css Color HEX #DF1328 Fire Engine Red

📋 copy color: '#DF1328'

red 223 ◦ green 19 ◦ blue 40

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

Shades of Fire Engine Red #DF1328

Tints of Fire Engine Red #DF1328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.74%

 BLUE value IS 40 (16.02% from 255) = 14.18%

R = 79.08%
G = 6.74%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF1328 (or 0xDF1328) is known color: Fire Engine Red. HEX triplet: DF, 13 and 28. RGB value is (223,19,40). Sum of RGB (Red+Green+Blue) = 223+19+40=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1328 is #20ECD7. Grayscale: #525252. Windows color (decimal): -2157784 or 2626527. OLE color: 2626527.

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

Color convert

RGB 223 19 40 -
CMYK 0 0.91 0.82 0.13
HSL 353.82º 0.84% 0.47% -
HSV(B) 353.82º 0.91% 0.87% -
XYZ 31.05 16.31 3.52 -
YUV 82.39 104.09 228.29 -
System Red Green Blue C M Y K H S L
Decimal 223 19 40 0 0.91 0.82 0.13 353.82 0.84 0.47
Hex DF 13 28 0 5B 52 D 162 54 2F
Octal 337 23 50 0 133 122 15 542 124 57
Binary 11011111 10011 101000 0 1011011 1010010 1101 101100010 1010100 101111

Color Harmonies of #DF1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1328

Black with #DF1328

Text Example


Text Example

White with #DF1328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1328; }

 p { color: rgb(223,19,40); }

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

background-color css

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

 a { background-color: rgb(223,19,40); }

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

border-color css

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

 span { border-color: rgb(223,19,40); }

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