Html Css Color HEX #DF0812 Venetian Red

📋 copy color: '#DF0812'

red 223 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #DF0812

Tints of Venetian Red #DF0812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 89.56%
G = 3.21%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF0812 (or 0xDF0812) is known color: Venetian Red. HEX triplet: DF, 08 and 12. RGB value is (223,8,18). Sum of RGB (Red+Green+Blue) = 223+8+18=249 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.56% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0812 is #20F7ED. Grayscale: #494949. Windows color (decimal): -2160622 or 1181919. OLE color: 1181919.

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

Color convert

RGB 223 8 18 -
CMYK 0 0.96 0.92 0.13
HSL 357.21º 0.93% 0.45% -
HSV(B) 357.21º 0.96% 0.87% -
XYZ 30.63 15.91 2.03 -
YUV 73.43 96.73 234.69 -
System Red Green Blue C M Y K H S L
Decimal 223 8 18 0 0.96 0.92 0.13 357.21 0.93 0.45
Hex DF 8 12 0 60 5C D 165 5D 2D
Octal 337 10 22 0 140 134 15 545 135 55
Binary 11011111 1000 10010 0 1100000 1011100 1101 101100101 1011101 101101

Color Harmonies of #DF0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0812

Black with #DF0812

Text Example


Text Example

White with #DF0812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0812; }

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

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

background-color css

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

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

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

border-color css

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

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

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