Html Css Color HEX #DC1723 Fire Engine Red

📋 copy color: '#DC1723'

red 220 ◦ green 23 ◦ blue 35

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

Shades of Fire Engine Red #DC1723

Tints of Fire Engine Red #DC1723

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.27%

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

R = 79.14%
G = 8.27%
B = 12.59%

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

#DC1723 (or 0xDC1723) is known color: Fire Engine Red. HEX triplet: DC, 17 and 23. RGB value is (220,23,35). Sum of RGB (Red+Green+Blue) = 220+23+35=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1723 is #23E8DC. Grayscale: #535353. Windows color (decimal): -2353373 or 2299868. OLE color: 2299868.

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

Color convert

RGB 220 23 35 -
CMYK 0 0.90 0.84 0.14
HSL 356.35º 0.81% 0.48% -
HSV(B) 356.35º 0.9% 0.86% -
XYZ 30.12 15.95 3.08 -
YUV 83.27 100.77 225.52 -
System Red Green Blue C M Y K H S L
Decimal 220 23 35 0 0.90 0.84 0.14 356.35 0.81 0.48
Hex DC 17 23 0 5A 54 E 164 51 30
Octal 334 27 43 0 132 124 16 544 121 60
Binary 11011100 10111 100011 0 1011010 1010100 1110 101100100 1010001 110000

Color Harmonies of #DC1723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1723

Black with #DC1723

Text Example


Text Example

White with #DC1723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1723; }

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

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

background-color css

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

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

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

border-color css

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

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

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