Html Css Color HEX #DC0918 Venetian Red

📋 copy color: '#DC0918'

red 220 ◦ green 9 ◦ blue 24

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

Shades of Venetian Red #DC0918

Tints of Venetian Red #DC0918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.56%

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

R = 86.96%
G = 3.56%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC0918 (or 0xDC0918) is known color: Venetian Red. HEX triplet: DC, 09 and 18. RGB value is (220,9,24). Sum of RGB (Red+Green+Blue) = 220+9+24=253 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.96% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0918 is #23F6E7. Grayscale: #494949. Windows color (decimal): -2356968 or 1575388. OLE color: 1575388.

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

Color convert

RGB 220 9 24 -
CMYK 0 0.96 0.89 0.14
HSL 355.73º 0.92% 0.45% -
HSV(B) 355.73º 0.96% 0.86% -
XYZ 29.78 15.48 2.28 -
YUV 73.8 99.9 232.28 -
System Red Green Blue C M Y K H S L
Decimal 220 9 24 0 0.96 0.89 0.14 355.73 0.92 0.45
Hex DC 9 18 0 60 59 E 164 5C 2D
Octal 334 11 30 0 140 131 16 544 134 55
Binary 11011100 1001 11000 0 1100000 1011001 1110 101100100 1011100 101101

Color Harmonies of #DC0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0918

Black with #DC0918

Text Example


Text Example

White with #DC0918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0918; }

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

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

background-color css

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

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

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

border-color css

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

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

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