Html Css Color HEX #DC0618 Venetian Red

📋 copy color: '#DC0618'

red 220 ◦ green 6 ◦ blue 24

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

Shades of Venetian Red #DC0618

Tints of Venetian Red #DC0618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.4%

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 88%
G = 2.4%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC0618 (or 0xDC0618) is known color: Venetian Red. HEX triplet: DC, 06 and 18. RGB value is (220,6,24). Sum of RGB (Red+Green+Blue) = 220+6+24=250 (33% of max value = 765). Red value is 220 (86.33% from 255 or 88% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0618 is #23F9E7. Grayscale: #484848. Windows color (decimal): -2357736 or 1574620. OLE color: 1574620.

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

Color convert

RGB 220 6 24 -
CMYK 0 0.97 0.89 0.14
HSL 354.95º 0.95% 0.44% -
HSV(B) 354.95º 0.97% 0.86% -
XYZ 29.75 15.41 2.27 -
YUV 72.04 100.9 233.54 -
System Red Green Blue C M Y K H S L
Decimal 220 6 24 0 0.97 0.89 0.14 354.95 0.95 0.44
Hex DC 6 18 0 61 59 E 163 5F 2C
Octal 334 6 30 0 141 131 16 543 137 54
Binary 11011100 110 11000 0 1100001 1011001 1110 101100011 1011111 101100

Color Harmonies of #DC0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0618

Black with #DC0618

Text Example


Text Example

White with #DC0618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0618; }

 p { color: rgb(220,6,24); }

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

background-color css

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

 a { background-color: rgb(220,6,24); }

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

border-color css

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

 span { border-color: rgb(220,6,24); }

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