Html Css Color HEX #DC0223 Fire Engine Red

📋 copy color: '#DC0223'

red 220 ◦ green 2 ◦ blue 35

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

Shades of Fire Engine Red #DC0223

Tints of Fire Engine Red #DC0223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 85.6%
G = 0.78%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC0223 (or 0xDC0223) is known color: Fire Engine Red. HEX triplet: DC, 02 and 23. RGB value is (220,2,35). Sum of RGB (Red+Green+Blue) = 220+2+35=257 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.60% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0223 is #23FDDC. Grayscale: #474747. Windows color (decimal): -2358749 or 2294492. OLE color: 2294492.

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

Color convert

RGB 220 2 35 -
CMYK 0 0.99 0.84 0.14
HSL 350.92º 0.98% 0.44% -
HSV(B) 350.92º 0.99% 0.86% -
XYZ 29.84 15.38 2.99 -
YUV 70.94 107.72 234.32 -
System Red Green Blue C M Y K H S L
Decimal 220 2 35 0 0.99 0.84 0.14 350.92 0.98 0.44
Hex DC 2 23 0 63 54 E 15F 62 2C
Octal 334 2 43 0 143 124 16 537 142 54
Binary 11011100 10 100011 0 1100011 1010100 1110 101011111 1100010 101100

Color Harmonies of #DC0223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0223

Black with #DC0223

Text Example


Text Example

White with #DC0223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0223; }

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

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

background-color css

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

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

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

border-color css

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

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

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