Html Css Color HEX #DC090B Venetian Red

📋 copy color: '#DC090B'

red 220 ◦ green 9 ◦ blue 11

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

Shades of Venetian Red #DC090B

Tints of Venetian Red #DC090B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.58%

R = 91.67%
G = 3.75%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC090B (or 0xDC090B) is known color: Venetian Red. HEX triplet: DC, 09 and 0B. RGB value is (220,9,11). Sum of RGB (Red+Green+Blue) = 220+9+11=240 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.67% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 220 - color contains mainly: red. Hex color #DC090B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC090B is #23F6F4. Grayscale: #484848. Windows color (decimal): -2356981 or 723420. OLE color: 723420.

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

Color convert

RGB 220 9 11 -
CMYK 0 0.96 0.95 0.14
HSL 359.43º 0.92% 0.45% -
HSV(B) 359.43º 0.96% 0.86% -
XYZ 29.67 15.44 1.73 -
YUV 72.32 93.4 233.34 -
System Red Green Blue C M Y K H S L
Decimal 220 9 11 0 0.96 0.95 0.14 359.43 0.92 0.45
Hex DC 9 B 0 60 5F E 167 5C 2D
Octal 334 11 13 0 140 137 16 547 134 55
Binary 11011100 1001 1011 0 1100000 1011111 1110 101100111 1011100 101101

Color Harmonies of #DC090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC090B

Black with #DC090B

Text Example


Text Example

White with #DC090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC090B; }

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

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

background-color css

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

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

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

border-color css

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

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

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