Html Css Color HEX #DC0023 Venetian Red

📋 copy color: '#DC0023'

red 220 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #DC0023

Tints of Venetian Red #DC0023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.27%
G = 0%
B = 13.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC0023 (or 0xDC0023) is known color: Venetian Red. HEX triplet: DC, 00 and 23. RGB value is (220,0,35). Sum of RGB (Red+Green+Blue) = 220+0+35=255 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.27% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0023 is #23FFDC. Grayscale: #454545. Windows color (decimal): -2359261 or 2293980. OLE color: 2293980.

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

Color convert

RGB 220 0 35 -
CMYK 0 1 0.84 0.14
HSL 350.45º 1% 0.43% -
HSV(B) 350.45º 1% 0.86% -
XYZ 29.82 15.34 2.98 -
YUV 69.77 108.39 235.15 -
System Red Green Blue C M Y K H S L
Decimal 220 0 35 0 1 0.84 0.14 350.45 1 0.43
Hex DC 0 23 0 64 54 E 15E 64 2B
Octal 334 0 43 0 144 124 16 536 144 53
Binary 11011100 0 100011 0 1100100 1010100 1110 101011110 1100100 101011

Color Harmonies of #DC0023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0023

Black with #DC0023

Text Example


Text Example

White with #DC0023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0023; }

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

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

background-color css

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

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

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

border-color css

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

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

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