Html Css Color HEX #DF031A Venetian Red

📋 copy color: '#DF031A'

red 223 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #DF031A

Tints of Venetian Red #DF031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 88.49%
G = 1.19%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF031A (or 0xDF031A) is known color: Venetian Red. HEX triplet: DF, 03 and 1A. RGB value is (223,3,26). Sum of RGB (Red+Green+Blue) = 223+3+26=252 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.49% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 223 - color contains mainly: red. Hex color #DF031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF031A is #20FCE5. Grayscale: #474747. Windows color (decimal): -2161894 or 1704927. OLE color: 1704927.

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

Color convert

RGB 223 3 26 -
CMYK 0 0.99 0.88 0.13
HSL 353.73º 0.97% 0.44% -
HSV(B) 353.73º 0.99% 0.87% -
XYZ 30.65 15.83 2.42 -
YUV 71.4 102.39 236.13 -
System Red Green Blue C M Y K H S L
Decimal 223 3 26 0 0.99 0.88 0.13 353.73 0.97 0.44
Hex DF 3 1A 0 63 58 D 162 61 2C
Octal 337 3 32 0 143 130 15 542 141 54
Binary 11011111 11 11010 0 1100011 1011000 1101 101100010 1100001 101100

Color Harmonies of #DF031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF031A

Black with #DF031A

Text Example


Text Example

White with #DF031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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