Html Css Color HEX #DF0316 Venetian Red

📋 copy color: '#DF0316'

red 223 ◦ green 3 ◦ blue 22

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

Shades of Venetian Red #DF0316

Tints of Venetian Red #DF0316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 89.92%
G = 1.21%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF0316 (or 0xDF0316) is known color: Venetian Red. HEX triplet: DF, 03 and 16. RGB value is (223,3,22). Sum of RGB (Red+Green+Blue) = 223+3+22=248 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.92% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0316 is #20FCE9. Grayscale: #474747. Windows color (decimal): -2161898 or 1442783. OLE color: 1442783.

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

Color convert

RGB 223 3 22 -
CMYK 0 0.99 0.90 0.13
HSL 354.82º 0.97% 0.44% -
HSV(B) 354.82º 0.99% 0.87% -
XYZ 30.61 15.81 2.2 -
YUV 70.95 100.39 236.46 -
System Red Green Blue C M Y K H S L
Decimal 223 3 22 0 0.99 0.90 0.13 354.82 0.97 0.44
Hex DF 3 16 0 63 5A D 163 61 2C
Octal 337 3 26 0 143 132 15 543 141 54
Binary 11011111 11 10110 0 1100011 1011010 1101 101100011 1100001 101100

Color Harmonies of #DF0316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0316

Black with #DF0316

Text Example


Text Example

White with #DF0316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0316; }

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

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

background-color css

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

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

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

border-color css

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

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

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