Html Css Color HEX #DC1328 Fire Engine Red

📋 copy color: '#DC1328'

red 220 ◦ green 19 ◦ blue 40

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

Shades of Fire Engine Red #DC1328

Tints of Fire Engine Red #DC1328

RGB

 RED value IS 220 (86.33% from 255) = 78.85%

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

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

R = 78.85%
G = 6.81%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC1328 (or 0xDC1328) is known color: Fire Engine Red. HEX triplet: DC, 13 and 28. RGB value is (220,19,40). Sum of RGB (Red+Green+Blue) = 220+19+40=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1328 is #23ECD7. Grayscale: #515151. Windows color (decimal): -2354392 or 2626524. OLE color: 2626524.

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

Color convert

RGB 220 19 40 -
CMYK 0 0.91 0.82 0.14
HSL 353.73º 0.84% 0.47% -
HSV(B) 353.73º 0.91% 0.86% -
XYZ 30.13 15.83 3.48 -
YUV 81.49 104.59 226.79 -
System Red Green Blue C M Y K H S L
Decimal 220 19 40 0 0.91 0.82 0.14 353.73 0.84 0.47
Hex DC 13 28 0 5B 52 E 162 54 2F
Octal 334 23 50 0 133 122 16 542 124 57
Binary 11011100 10011 101000 0 1011011 1010010 1110 101100010 1010100 101111

Color Harmonies of #DC1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1328

Black with #DC1328

Text Example


Text Example

White with #DC1328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1328; }

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

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

background-color css

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

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

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

border-color css

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

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

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