Html Css Color HEX #DF0021 Venetian Red

📋 copy color: '#DF0021'

red 223 ◦ green 0 ◦ blue 33

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

Shades of Venetian Red #DF0021

Tints of Venetian Red #DF0021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.89%

R = 87.11%
G = 0%
B = 12.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF0021 (or 0xDF0021) is known color: Venetian Red. HEX triplet: DF, 00 and 21. RGB value is (223,0,33). Sum of RGB (Red+Green+Blue) = 223+0+33=256 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.11% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0021 is #20FFDE. Grayscale: #464646. Windows color (decimal): -2162655 or 2162911. OLE color: 2162911.

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

Color convert

RGB 223 0 33 -
CMYK 0 1 0.85 0.13
HSL 351.12º 1% 0.44% -
HSV(B) 351.12º 1% 0.87% -
XYZ 30.71 15.8 2.87 -
YUV 70.44 106.88 236.82 -
System Red Green Blue C M Y K H S L
Decimal 223 0 33 0 1 0.85 0.13 351.12 1 0.44
Hex DF 0 21 0 64 55 D 15F 64 2C
Octal 337 0 41 0 144 125 15 537 144 54
Binary 11011111 0 100001 0 1100100 1010101 1101 101011111 1100100 101100

Color Harmonies of #DF0021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0021

Black with #DF0021

Text Example


Text Example

White with #DF0021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0021; }

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

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

background-color css

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

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

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

border-color css

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

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

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