Html Css Color HEX #DF0204 Venetian Red

📋 copy color: '#DF0204'

red 223 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #DF0204

Tints of Venetian Red #DF0204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 97.38%
G = 0.87%
B = 1.75%

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

#DF0204 (or 0xDF0204) is known color: Venetian Red. HEX triplet: DF, 02 and 04. RGB value is (223,2,4). Sum of RGB (Red+Green+Blue) = 223+2+4=229 (30% of max value = 765). Red value is 223 (87.5% from 255 or 97.38% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0204 is #20FDFB. Grayscale: #444444. Windows color (decimal): -2162172 or 262879. OLE color: 262879.

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

Color convert

RGB 223 2 4 -
CMYK 0 0.99 0.98 0.13
HSL 359.46º 0.98% 0.44% -
HSV(B) 359.46º 0.99% 0.87% -
XYZ 30.48 15.74 1.55 -
YUV 68.31 91.72 238.34 -
System Red Green Blue C M Y K H S L
Decimal 223 2 4 0 0.99 0.98 0.13 359.46 0.98 0.44
Hex DF 2 4 0 63 62 D 167 62 2C
Octal 337 2 4 0 143 142 15 547 142 54
Binary 11011111 10 100 0 1100011 1100010 1101 101100111 1100010 101100

Color Harmonies of #DF0204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0204

Black with #DF0204

Text Example


Text Example

White with #DF0204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0204; }

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

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

background-color css

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

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

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

border-color css

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

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

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