Html Css Color HEX #DC1827 Fire Engine Red

📋 copy color: '#DC1827'

red 220 ◦ green 24 ◦ blue 39

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

Shades of Fire Engine Red #DC1827

Tints of Fire Engine Red #DC1827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.48%

 BLUE value IS 39 (15.63% from 255) = 13.78%

R = 77.74%
G = 8.48%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC1827 (or 0xDC1827) is known color: Fire Engine Red. HEX triplet: DC, 18 and 27. RGB value is (220,24,39). Sum of RGB (Red+Green+Blue) = 220+24+39=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1827 is #23E7D8. Grayscale: #545454. Windows color (decimal): -2353113 or 2562268. OLE color: 2562268.

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

Color convert

RGB 220 24 39 -
CMYK 0 0.89 0.82 0.14
HSL 355.41º 0.8% 0.48% -
HSV(B) 355.41º 0.89% 0.86% -
XYZ 30.21 16.02 3.42 -
YUV 84.31 102.43 224.78 -
System Red Green Blue C M Y K H S L
Decimal 220 24 39 0 0.89 0.82 0.14 355.41 0.8 0.48
Hex DC 18 27 0 59 52 E 163 50 30
Octal 334 30 47 0 131 122 16 543 120 60
Binary 11011100 11000 100111 0 1011001 1010010 1110 101100011 1010000 110000

Color Harmonies of #DC1827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1827

Black with #DC1827

Text Example


Text Example

White with #DC1827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1827; }

 p { color: rgb(220,24,39); }

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

background-color css

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

 a { background-color: rgb(220,24,39); }

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

border-color css

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

 span { border-color: rgb(220,24,39); }

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