Html Css Color HEX #DC0123 Venetian Red

📋 copy color: '#DC0123'

red 220 ◦ green 1 ◦ blue 35

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

Shades of Venetian Red #DC0123

Tints of Venetian Red #DC0123

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 85.94%
G = 0.39%
B = 13.67%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC0123 (or 0xDC0123) is known color: Venetian Red. HEX triplet: DC, 01 and 23. RGB value is (220,1,35). Sum of RGB (Red+Green+Blue) = 220+1+35=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0123 is #23FEDC. Grayscale: #464646. Windows color (decimal): -2359005 or 2294236. OLE color: 2294236.

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

Color convert

RGB 220 1 35 -
CMYK 0 1.00 0.84 0.14
HSL 350.68º 0.99% 0.43% -
HSV(B) 350.68º 1% 0.86% -
XYZ 29.83 15.36 2.98 -
YUV 70.36 108.05 234.74 -
System Red Green Blue C M Y K H S L
Decimal 220 1 35 0 1.00 0.84 0.14 350.68 0.99 0.43
Hex DC 1 23 0 64 54 E 15F 63 2B
Octal 334 1 43 0 144 124 16 537 143 53
Binary 11011100 1 100011 0 1100100 1010100 1110 101011111 1100011 101011

Color Harmonies of #DC0123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0123

Black with #DC0123

Text Example


Text Example

White with #DC0123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0123; }

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

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

background-color css

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

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

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

border-color css

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

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

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