Html Css Color HEX #DF0005 Venetian Red

📋 copy color: '#DF0005'

red 223 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #DF0005

Tints of Venetian Red #DF0005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 97.81%
G = 0%
B = 2.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF0005 (or 0xDF0005) is known color: Venetian Red. HEX triplet: DF, 00 and 05. RGB value is (223,0,5). Sum of RGB (Red+Green+Blue) = 223+0+5=228 (30% of max value = 765). Red value is 223 (87.5% from 255 or 97.81% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0005 is #20FFFA. Grayscale: #434343. Windows color (decimal): -2162683 or 327903. OLE color: 327903.

HSL color Cylindrical-coordinate representation of color #DF0005: hue angle of 358.65º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0005 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 0 5 -
CMYK 0 1 0.98 0.13
HSL 358.65º 1% 0.44% -
HSV(B) 358.65º 1% 0.87% -
XYZ 30.46 15.7 1.57 -
YUV 67.25 92.88 239.09 -
System Red Green Blue C M Y K H S L
Decimal 223 0 5 0 1 0.98 0.13 358.65 1 0.44
Hex DF 0 5 0 64 62 D 167 64 2C
Octal 337 0 5 0 144 142 15 547 144 54
Binary 11011111 0 101 0 1100100 1100010 1101 101100111 1100100 101100

Color Harmonies of #DF0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0005

Black with #DF0005

Text Example


Text Example

White with #DF0005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0005; }

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

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

background-color css

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

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

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

border-color css

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

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

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