Html Css Color HEX #DF0305 Venetian Red

📋 copy color: '#DF0305'

red 223 ◦ green 3 ◦ blue 5

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

Shades of Venetian Red #DF0305

Tints of Venetian Red #DF0305

RGB

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

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

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

R = 96.54%
G = 1.3%
B = 2.16%

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

#DF0305 (or 0xDF0305) is known color: Venetian Red. HEX triplet: DF, 03 and 05. RGB value is (223,3,5). Sum of RGB (Red+Green+Blue) = 223+3+5=231 (30% of max value = 765). Red value is 223 (87.5% from 255 or 96.54% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0305 is #20FCFA. Grayscale: #454545. Windows color (decimal): -2161915 or 328671. OLE color: 328671.

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

Color convert

RGB 223 3 5 -
CMYK 0 0.99 0.98 0.13
HSL 359.45º 0.97% 0.44% -
HSV(B) 359.45º 0.99% 0.87% -
XYZ 30.49 15.76 1.58 -
YUV 69.01 91.89 237.84 -
System Red Green Blue C M Y K H S L
Decimal 223 3 5 0 0.99 0.98 0.13 359.45 0.97 0.44
Hex DF 3 5 0 63 62 D 167 61 2C
Octal 337 3 5 0 143 142 15 547 141 54
Binary 11011111 11 101 0 1100011 1100010 1101 101100111 1100001 101100

Color Harmonies of #DF0305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0305

Black with #DF0305

Text Example


Text Example

White with #DF0305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0305; }

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

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

background-color css

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

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

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

border-color css

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

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

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