Html Css Color HEX #DC0024 Venetian Red

📋 copy color: '#DC0024'

red 220 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #DC0024

Tints of Venetian Red #DC0024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.06%

R = 85.94%
G = 0%
B = 14.06%

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

#DC0024 (or 0xDC0024) is known color: Venetian Red. HEX triplet: DC, 00 and 24. RGB value is (220,0,36). Sum of RGB (Red+Green+Blue) = 220+0+36=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0024 is #23FFDB. Grayscale: #454545. Windows color (decimal): -2359260 or 2359516. OLE color: 2359516.

HSL color Cylindrical-coordinate representation of color #DC0024: hue angle of 350.18º 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 #DC0024 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 36 -
CMYK 0 1 0.84 0.14
HSL 350.18º 1% 0.43% -
HSV(B) 350.18º 1% 0.86% -
XYZ 29.83 15.34 3.06 -
YUV 69.88 108.89 235.07 -
System Red Green Blue C M Y K H S L
Decimal 220 0 36 0 1 0.84 0.14 350.18 1 0.43
Hex DC 0 24 0 64 54 E 15E 64 2B
Octal 334 0 44 0 144 124 16 536 144 53
Binary 11011100 0 100100 0 1100100 1010100 1110 101011110 1100100 101011

Color Harmonies of #DC0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0024

Black with #DC0024

Text Example


Text Example

White with #DC0024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0024; }

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

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

background-color css

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

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

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

border-color css

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

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

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