Html Css Color HEX #DF0306 Venetian Red

📋 copy color: '#DF0306'

red 223 ◦ green 3 ◦ blue 6

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

Shades of Venetian Red #DF0306

Tints of Venetian Red #DF0306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 96.12%
G = 1.29%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF0306 (or 0xDF0306) is known color: Venetian Red. HEX triplet: DF, 03 and 06. RGB value is (223,3,6). Sum of RGB (Red+Green+Blue) = 223+3+6=232 (30% of max value = 765). Red value is 223 (87.5% from 255 or 96.12% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0306 is #20FCF9. Grayscale: #454545. Windows color (decimal): -2161914 or 394207. OLE color: 394207.

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

Color convert

RGB 223 3 6 -
CMYK 0 0.99 0.97 0.13
HSL 359.18º 0.97% 0.44% -
HSV(B) 359.18º 0.99% 0.87% -
XYZ 30.5 15.77 1.61 -
YUV 69.12 92.39 237.76 -
System Red Green Blue C M Y K H S L
Decimal 223 3 6 0 0.99 0.97 0.13 359.18 0.97 0.44
Hex DF 3 6 0 63 61 D 167 61 2C
Octal 337 3 6 0 143 141 15 547 141 54
Binary 11011111 11 110 0 1100011 1100001 1101 101100111 1100001 101100

Color Harmonies of #DF0306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0306

Black with #DF0306

Text Example


Text Example

White with #DF0306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0306; }

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

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

background-color css

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

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

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

border-color css

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

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

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