Html Css Color HEX #DF0203 Venetian Red

📋 copy color: '#DF0203'

red 223 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #DF0203

Tints of Venetian Red #DF0203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.32%

R = 97.81%
G = 0.88%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF0203 (or 0xDF0203) is known color: Venetian Red. HEX triplet: DF, 02 and 03. RGB value is (223,2,3). Sum of RGB (Red+Green+Blue) = 223+2+3=228 (30% of max value = 765). Red value is 223 (87.5% from 255 or 97.81% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0203 is #20FDFC. Grayscale: #444444. Windows color (decimal): -2162173 or 197343. OLE color: 197343.

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

Color convert

RGB 223 2 3 -
CMYK 0 0.99 0.99 0.13
HSL 359.73º 0.98% 0.44% -
HSV(B) 359.73º 0.99% 0.87% -
XYZ 30.47 15.74 1.52 -
YUV 68.19 91.22 238.42 -
System Red Green Blue C M Y K H S L
Decimal 223 2 3 0 0.99 0.99 0.13 359.73 0.98 0.44
Hex DF 2 3 0 63 63 D 168 62 2C
Octal 337 2 3 0 143 143 15 550 142 54
Binary 11011111 10 11 0 1100011 1100011 1101 101101000 1100010 101100

Color Harmonies of #DF0203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0203

Black with #DF0203

Text Example


Text Example

White with #DF0203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0203; }

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

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

background-color css

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

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

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

border-color css

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

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

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