Html Css Color HEX #DF0205 Venetian Red

📋 copy color: '#DF0205'

red 223 ◦ green 2 ◦ blue 5

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

Shades of Venetian Red #DF0205

Tints of Venetian Red #DF0205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 5 (2.34% from 255) = 2.17%

R = 96.96%
G = 0.87%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF0205 (or 0xDF0205) is known color: Venetian Red. HEX triplet: DF, 02 and 05. RGB value is (223,2,5). Sum of RGB (Red+Green+Blue) = 223+2+5=230 (30% of max value = 765). Red value is 223 (87.5% from 255 or 96.96% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0205 is #20FDFA. Grayscale: #444444. Windows color (decimal): -2162171 or 328415. OLE color: 328415.

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

Color convert

RGB 223 2 5 -
CMYK 0 0.99 0.98 0.13
HSL 359.19º 0.98% 0.44% -
HSV(B) 359.19º 0.99% 0.87% -
XYZ 30.48 15.74 1.58 -
YUV 68.42 92.22 238.26 -
System Red Green Blue C M Y K H S L
Decimal 223 2 5 0 0.99 0.98 0.13 359.19 0.98 0.44
Hex DF 2 5 0 63 62 D 167 62 2C
Octal 337 2 5 0 143 142 15 547 142 54
Binary 11011111 10 101 0 1100011 1100010 1101 101100111 1100010 101100

Color Harmonies of #DF0205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0205

Black with #DF0205

Text Example


Text Example

White with #DF0205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0205; }

 p { color: rgb(223,2,5); }

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

background-color css

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

 a { background-color: rgb(223,2,5); }

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

border-color css

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

 span { border-color: rgb(223,2,5); }

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