Html Css Color HEX #DF0913 Venetian Red

📋 copy color: '#DF0913'

red 223 ◦ green 9 ◦ blue 19

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

Shades of Venetian Red #DF0913

Tints of Venetian Red #DF0913

RGB

 RED value IS 223 (87.5% from 255) = 88.84%

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

 BLUE value IS 19 (7.81% from 255) = 7.57%

R = 88.84%
G = 3.59%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF0913 (or 0xDF0913) is known color: Venetian Red. HEX triplet: DF, 09 and 13. RGB value is (223,9,19). Sum of RGB (Red+Green+Blue) = 223+9+19=251 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.84% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0913 is #20F6EC. Grayscale: #4A4A4A. Windows color (decimal): -2160365 or 1247711. OLE color: 1247711.

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

Color convert

RGB 223 9 19 -
CMYK 0 0.96 0.91 0.13
HSL 357.2º 0.92% 0.45% -
HSV(B) 357.2º 0.96% 0.87% -
XYZ 30.65 15.93 2.08 -
YUV 74.13 96.9 234.19 -
System Red Green Blue C M Y K H S L
Decimal 223 9 19 0 0.96 0.91 0.13 357.2 0.92 0.45
Hex DF 9 13 0 60 5B D 165 5C 2D
Octal 337 11 23 0 140 133 15 545 134 55
Binary 11011111 1001 10011 0 1100000 1011011 1101 101100101 1011100 101101

Color Harmonies of #DF0913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0913

Black with #DF0913

Text Example


Text Example

White with #DF0913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0913; }

 p { color: rgb(223,9,19); }

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

background-color css

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

 a { background-color: rgb(223,9,19); }

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

border-color css

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

 span { border-color: rgb(223,9,19); }

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