Html Css Color HEX #DC0312 Venetian Red

📋 copy color: '#DC0312'

red 220 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #DC0312

Tints of Venetian Red #DC0312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

 BLUE value IS 18 (7.42% from 255) = 7.47%

R = 91.29%
G = 1.24%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC0312 (or 0xDC0312) is known color: Venetian Red. HEX triplet: DC, 03 and 12. RGB value is (220,3,18). Sum of RGB (Red+Green+Blue) = 220+3+18=241 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.29% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0312 is #23FCED. Grayscale: #454545. Windows color (decimal): -2358510 or 1180636. OLE color: 1180636.

HSL color Cylindrical-coordinate representation of color #DC0312: hue angle of 355.85º degrees, saturation: 0.97, 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 #DC0312 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 3 18 -
CMYK 0 0.99 0.92 0.14
HSL 355.85º 0.97% 0.44% -
HSV(B) 355.85º 0.99% 0.86% -
XYZ 29.66 15.32 1.97 -
YUV 69.59 98.89 235.28 -
System Red Green Blue C M Y K H S L
Decimal 220 3 18 0 0.99 0.92 0.14 355.85 0.97 0.44
Hex DC 3 12 0 63 5C E 164 61 2C
Octal 334 3 22 0 143 134 16 544 141 54
Binary 11011100 11 10010 0 1100011 1011100 1110 101100100 1100001 101100

Color Harmonies of #DC0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0312

Black with #DC0312

Text Example


Text Example

White with #DC0312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0312; }

 p { color: rgb(220,3,18); }

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

background-color css

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

 a { background-color: rgb(220,3,18); }

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

border-color css

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

 span { border-color: rgb(220,3,18); }

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