Html Css Color HEX #DF031F Venetian Red

📋 copy color: '#DF031F'

red 223 ◦ green 3 ◦ blue 31

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

Shades of Venetian Red #DF031F

Tints of Venetian Red #DF031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 86.77%
G = 1.17%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF031F (or 0xDF031F) is known color: Venetian Red. HEX triplet: DF, 03 and 1F. RGB value is (223,3,31). Sum of RGB (Red+Green+Blue) = 223+3+31=257 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.77% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 223 - color contains mainly: red. Hex color #DF031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF031F is #20FCE0. Grayscale: #484848. Windows color (decimal): -2161889 or 2032607. OLE color: 2032607.

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

Color convert

RGB 223 3 31 -
CMYK 0 0.99 0.86 0.13
HSL 352.36º 0.97% 0.44% -
HSV(B) 352.36º 0.99% 0.87% -
XYZ 30.71 15.85 2.74 -
YUV 71.97 104.89 235.72 -
System Red Green Blue C M Y K H S L
Decimal 223 3 31 0 0.99 0.86 0.13 352.36 0.97 0.44
Hex DF 3 1F 0 63 56 D 160 61 2C
Octal 337 3 37 0 143 126 15 540 141 54
Binary 11011111 11 11111 0 1100011 1010110 1101 101100000 1100001 101100

Color Harmonies of #DF031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF031F

Black with #DF031F

Text Example


Text Example

White with #DF031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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