Html Css Color HEX #DC090F Venetian Red

📋 copy color: '#DC090F'

red 220 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #DC090F

Tints of Venetian Red #DC090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.15%

R = 90.16%
G = 3.69%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC090F (or 0xDC090F) is known color: Venetian Red. HEX triplet: DC, 09 and 0F. RGB value is (220,9,15). Sum of RGB (Red+Green+Blue) = 220+9+15=244 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.16% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 220 - color contains mainly: red. Hex color #DC090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC090F is #23F6F0. Grayscale: #484848. Windows color (decimal): -2356977 or 985564. OLE color: 985564.

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

Color convert

RGB 220 9 15 -
CMYK 0 0.96 0.93 0.14
HSL 358.29º 0.92% 0.45% -
HSV(B) 358.29º 0.96% 0.86% -
XYZ 29.7 15.45 1.87 -
YUV 72.77 95.4 233.01 -
System Red Green Blue C M Y K H S L
Decimal 220 9 15 0 0.96 0.93 0.14 358.29 0.92 0.45
Hex DC 9 F 0 60 5D E 166 5C 2D
Octal 334 11 17 0 140 135 16 546 134 55
Binary 11011100 1001 1111 0 1100000 1011101 1110 101100110 1011100 101101

Color Harmonies of #DC090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC090F

Black with #DC090F

Text Example


Text Example

White with #DC090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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