Html Css Color HEX #DF0712 Venetian Red

📋 copy color: '#DF0712'

red 223 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #DF0712

Tints of Venetian Red #DF0712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.82%

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

R = 89.92%
G = 2.82%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF0712 (or 0xDF0712) is known color: Venetian Red. HEX triplet: DF, 07 and 12. RGB value is (223,7,18). Sum of RGB (Red+Green+Blue) = 223+7+18=248 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.92% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0712 is #20F8ED. Grayscale: #494949. Windows color (decimal): -2160878 or 1181663. OLE color: 1181663.

HSL color Cylindrical-coordinate representation of color #DF0712: hue angle of 356.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0712 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 7 18 -
CMYK 0 0.97 0.92 0.13
HSL 356.94º 0.94% 0.45% -
HSV(B) 356.94º 0.97% 0.87% -
XYZ 30.62 15.88 2.02 -
YUV 72.84 97.06 235.11 -
System Red Green Blue C M Y K H S L
Decimal 223 7 18 0 0.97 0.92 0.13 356.94 0.94 0.45
Hex DF 7 12 0 61 5C D 165 5E 2D
Octal 337 7 22 0 141 134 15 545 136 55
Binary 11011111 111 10010 0 1100001 1011100 1101 101100101 1011110 101101

Color Harmonies of #DF0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0712

Black with #DF0712

Text Example


Text Example

White with #DF0712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0712; }

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

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

background-color css

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

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

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

border-color css

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

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

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