Html Css Color HEX #DF071A Venetian Red

📋 copy color: '#DF071A'

red 223 ◦ green 7 ◦ blue 26

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

Shades of Venetian Red #DF071A

Tints of Venetian Red #DF071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

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

R = 87.11%
G = 2.73%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF071A (or 0xDF071A) is known color: Venetian Red. HEX triplet: DF, 07 and 1A. RGB value is (223,7,26). Sum of RGB (Red+Green+Blue) = 223+7+26=256 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.11% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 223 - color contains mainly: red. Hex color #DF071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF071A is #20F8E5. Grayscale: #494949. Windows color (decimal): -2160870 or 1705951. OLE color: 1705951.

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

Color convert

RGB 223 7 26 -
CMYK 0 0.97 0.88 0.13
HSL 354.72º 0.94% 0.45% -
HSV(B) 354.72º 0.97% 0.87% -
XYZ 30.69 15.91 2.43 -
YUV 73.75 101.06 234.46 -
System Red Green Blue C M Y K H S L
Decimal 223 7 26 0 0.97 0.88 0.13 354.72 0.94 0.45
Hex DF 7 1A 0 61 58 D 163 5E 2D
Octal 337 7 32 0 141 130 15 543 136 55
Binary 11011111 111 11010 0 1100001 1011000 1101 101100011 1011110 101101

Color Harmonies of #DF071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF071A

Black with #DF071A

Text Example


Text Example

White with #DF071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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