Html Css Color HEX #DC1523 Fire Engine Red

📋 copy color: '#DC1523'

red 220 ◦ green 21 ◦ blue 35

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

Shades of Fire Engine Red #DC1523

Tints of Fire Engine Red #DC1523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

 BLUE value IS 35 (14.06% from 255) = 12.68%

R = 79.71%
G = 7.61%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC1523 (or 0xDC1523) is known color: Fire Engine Red. HEX triplet: DC, 15 and 23. RGB value is (220,21,35). Sum of RGB (Red+Green+Blue) = 220+21+35=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1523 is #23EADC. Grayscale: #525252. Windows color (decimal): -2353885 or 2299356. OLE color: 2299356.

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

Color convert

RGB 220 21 35 -
CMYK 0 0.90 0.84 0.14
HSL 355.78º 0.83% 0.47% -
HSV(B) 355.78º 0.9% 0.86% -
XYZ 30.09 15.87 3.07 -
YUV 82.1 101.43 226.36 -
System Red Green Blue C M Y K H S L
Decimal 220 21 35 0 0.90 0.84 0.14 355.78 0.83 0.47
Hex DC 15 23 0 5A 54 E 164 53 2F
Octal 334 25 43 0 132 124 16 544 123 57
Binary 11011100 10101 100011 0 1011010 1010100 1110 101100100 1010011 101111

Color Harmonies of #DC1523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1523

Black with #DC1523

Text Example


Text Example

White with #DC1523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1523; }

 p { color: rgb(220,21,35); }

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

background-color css

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

 a { background-color: rgb(220,21,35); }

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

border-color css

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

 span { border-color: rgb(220,21,35); }

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