Html Css Color HEX #DF0311 Venetian Red

📋 copy color: '#DF0311'

red 223 ◦ green 3 ◦ blue 17

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

Shades of Venetian Red #DF0311

Tints of Venetian Red #DF0311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

 BLUE value IS 17 (7.03% from 255) = 7%

R = 91.77%
G = 1.23%
B = 7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF0311 (or 0xDF0311) is known color: Venetian Red. HEX triplet: DF, 03 and 11. RGB value is (223,3,17). Sum of RGB (Red+Green+Blue) = 223+3+17=243 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.77% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0311 is #20FCEE. Grayscale: #464646. Windows color (decimal): -2161903 or 1115103. OLE color: 1115103.

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

Color convert

RGB 223 3 17 -
CMYK 0 0.99 0.92 0.13
HSL 356.18º 0.97% 0.44% -
HSV(B) 356.18º 0.99% 0.87% -
XYZ 30.57 15.79 1.97 -
YUV 70.38 97.89 236.86 -
System Red Green Blue C M Y K H S L
Decimal 223 3 17 0 0.99 0.92 0.13 356.18 0.97 0.44
Hex DF 3 11 0 63 5C D 164 61 2C
Octal 337 3 21 0 143 134 15 544 141 54
Binary 11011111 11 10001 0 1100011 1011100 1101 101100100 1100001 101100

Color Harmonies of #DF0311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0311

Black with #DF0311

Text Example


Text Example

White with #DF0311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0311; }

 p { color: rgb(223,3,17); }

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

background-color css

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

 a { background-color: rgb(223,3,17); }

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

border-color css

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

 span { border-color: rgb(223,3,17); }

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