Html Css Color HEX #DC2023 Fire Engine Red

📋 copy color: '#DC2023'

red 220 ◦ green 32 ◦ blue 35

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

Shades of Fire Engine Red #DC2023

Tints of Fire Engine Red #DC2023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.15%

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

R = 76.66%
G = 11.15%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC2023 (or 0xDC2023) is known color: Fire Engine Red. HEX triplet: DC, 20 and 23. RGB value is (220,32,35). Sum of RGB (Red+Green+Blue) = 220+32+35=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2023 is #23DFDC. Grayscale: #585858. Windows color (decimal): -2351069 or 2302172. OLE color: 2302172.

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

Color convert

RGB 220 32 35 -
CMYK 0 0.85 0.84 0.14
HSL 359.04º 0.75% 0.49% -
HSV(B) 359.04º 0.85% 0.86% -
XYZ 30.34 16.37 3.15 -
YUV 88.55 97.78 221.76 -
System Red Green Blue C M Y K H S L
Decimal 220 32 35 0 0.85 0.84 0.14 359.04 0.75 0.49
Hex DC 20 23 0 55 54 E 167 4B 31
Octal 334 40 43 0 125 124 16 547 113 61
Binary 11011100 100000 100011 0 1010101 1010100 1110 101100111 1001011 110001

Color Harmonies of #DC2023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2023

Black with #DC2023

Text Example


Text Example

White with #DC2023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2023; }

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

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

background-color css

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

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

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

border-color css

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

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

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