Html Css Color HEX #DC041B Venetian Red

📋 copy color: '#DC041B'

red 220 ◦ green 4 ◦ blue 27

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

Shades of Venetian Red #DC041B

Tints of Venetian Red #DC041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 27 (10.94% from 255) = 10.76%

R = 87.65%
G = 1.59%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC041B (or 0xDC041B) is known color: Venetian Red. HEX triplet: DC, 04 and 1B. RGB value is (220,4,27). Sum of RGB (Red+Green+Blue) = 220+4+27=251 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.65% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 220 - color contains mainly: red. Hex color #DC041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC041B is #23FBE4. Grayscale: #474747. Windows color (decimal): -2358245 or 1770716. OLE color: 1770716.

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

Color convert

RGB 220 4 27 -
CMYK 0 0.98 0.88 0.14
HSL 353.61º 0.96% 0.44% -
HSV(B) 353.61º 0.98% 0.86% -
XYZ 29.76 15.38 2.44 -
YUV 71.21 103.06 234.13 -
System Red Green Blue C M Y K H S L
Decimal 220 4 27 0 0.98 0.88 0.14 353.61 0.96 0.44
Hex DC 4 1B 0 62 58 E 162 60 2C
Octal 334 4 33 0 142 130 16 542 140 54
Binary 11011100 100 11011 0 1100010 1011000 1110 101100010 1100000 101100

Color Harmonies of #DC041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC041B

Black with #DC041B

Text Example


Text Example

White with #DC041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC041B; }

 p { color: rgb(220,4,27); }

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

background-color css

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

 a { background-color: rgb(220,4,27); }

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

border-color css

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

 span { border-color: rgb(220,4,27); }

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