Html Css Color HEX #DF0813 Venetian Red

📋 copy color: '#DF0813'

red 223 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #DF0813

Tints of Venetian Red #DF0813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

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

R = 89.2%
G = 3.2%
B = 7.6%

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

#DF0813 (or 0xDF0813) is known color: Venetian Red. HEX triplet: DF, 08 and 13. RGB value is (223,8,19). Sum of RGB (Red+Green+Blue) = 223+8+19=250 (33% of max value = 765). Red value is 223 (87.5% from 255 or 89.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0813 is #20F7EC. Grayscale: #494949. Windows color (decimal): -2160621 or 1247455. OLE color: 1247455.

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

Color convert

RGB 223 8 19 -
CMYK 0 0.96 0.91 0.13
HSL 356.93º 0.93% 0.45% -
HSV(B) 356.93º 0.96% 0.87% -
XYZ 30.64 15.91 2.07 -
YUV 73.54 97.23 234.61 -
System Red Green Blue C M Y K H S L
Decimal 223 8 19 0 0.96 0.91 0.13 356.93 0.93 0.45
Hex DF 8 13 0 60 5B D 165 5D 2D
Octal 337 10 23 0 140 133 15 545 135 55
Binary 11011111 1000 10011 0 1100000 1011011 1101 101100101 1011101 101101

Color Harmonies of #DF0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0813

Black with #DF0813

Text Example


Text Example

White with #DF0813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0813; }

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

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

background-color css

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

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

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

border-color css

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

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

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