Html Css Color HEX #DC1023 Fire Engine Red

📋 copy color: '#DC1023'

red 220 ◦ green 16 ◦ blue 35

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

Shades of Fire Engine Red #DC1023

Tints of Fire Engine Red #DC1023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

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

R = 81.18%
G = 5.9%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC1023 (or 0xDC1023) is known color: Fire Engine Red. HEX triplet: DC, 10 and 23. RGB value is (220,16,35). Sum of RGB (Red+Green+Blue) = 220+16+35=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1023 is #23EFDC. Grayscale: #4F4F4F. Windows color (decimal): -2355165 or 2298076. OLE color: 2298076.

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

Color convert

RGB 220 16 35 -
CMYK 0 0.93 0.84 0.14
HSL 354.41º 0.86% 0.46% -
HSV(B) 354.41º 0.93% 0.86% -
XYZ 30 15.71 3.04 -
YUV 79.16 103.09 228.46 -
System Red Green Blue C M Y K H S L
Decimal 220 16 35 0 0.93 0.84 0.14 354.41 0.86 0.46
Hex DC 10 23 0 5D 54 E 162 56 2E
Octal 334 20 43 0 135 124 16 542 126 56
Binary 11011100 10000 100011 0 1011101 1010100 1110 101100010 1010110 101110

Color Harmonies of #DC1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1023

Black with #DC1023

Text Example


Text Example

White with #DC1023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1023; }

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

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

background-color css

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

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

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

border-color css

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

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

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