Html Css Color HEX #DF0212 Venetian Red

📋 copy color: '#DF0212'

red 223 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #DF0212

Tints of Venetian Red #DF0212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 91.77%
G = 0.82%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF0212 (or 0xDF0212) is known color: Venetian Red. HEX triplet: DF, 02 and 12. RGB value is (223,2,18). Sum of RGB (Red+Green+Blue) = 223+2+18=243 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.77% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0212 is #20FDED. Grayscale: #464646. Windows color (decimal): -2162158 or 1180383. OLE color: 1180383.

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

Color convert

RGB 223 2 18 -
CMYK 0 0.99 0.92 0.13
HSL 355.66º 0.98% 0.44% -
HSV(B) 355.66º 0.99% 0.87% -
XYZ 30.56 15.78 2.01 -
YUV 69.9 98.72 237.2 -
System Red Green Blue C M Y K H S L
Decimal 223 2 18 0 0.99 0.92 0.13 355.66 0.98 0.44
Hex DF 2 12 0 63 5C D 164 62 2C
Octal 337 2 22 0 143 134 15 544 142 54
Binary 11011111 10 10010 0 1100011 1011100 1101 101100100 1100010 101100

Color Harmonies of #DF0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0212

Black with #DF0212

Text Example


Text Example

White with #DF0212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0212; }

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

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

background-color css

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

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

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

border-color css

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

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

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