Html Css Color HEX #DC1623 Fire Engine Red

📋 copy color: '#DC1623'

red 220 ◦ green 22 ◦ blue 35

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

Shades of Fire Engine Red #DC1623

Tints of Fire Engine Red #DC1623

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.94%

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

R = 79.42%
G = 7.94%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC1623 (or 0xDC1623) is known color: Fire Engine Red. HEX triplet: DC, 16 and 23. RGB value is (220,22,35). Sum of RGB (Red+Green+Blue) = 220+22+35=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1623 is #23E9DC. Grayscale: #525252. Windows color (decimal): -2353629 or 2299612. OLE color: 2299612.

HSL color Cylindrical-coordinate representation of color #DC1623: hue angle of 356.06º degrees, saturation: 0.82, 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 #DC1623 is Cyan = 0, Magento = 0.9, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 35 -
CMYK 0 0.9 0.84 0.14
HSL 356.06º 0.82% 0.47% -
HSV(B) 356.06º 0.9% 0.86% -
XYZ 30.11 15.91 3.07 -
YUV 82.68 101.1 225.94 -
System Red Green Blue C M Y K H S L
Decimal 220 22 35 0 0.9 0.84 0.14 356.06 0.82 0.47
Hex DC 16 23 0 5A 54 E 164 52 2F
Octal 334 26 43 0 132 124 16 544 122 57
Binary 11011100 10110 100011 0 1011010 1010100 1110 101100100 1010010 101111

Color Harmonies of #DC1623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1623

Black with #DC1623

Text Example


Text Example

White with #DC1623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1623; }

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

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

background-color css

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

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

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

border-color css

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

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

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