Html Css Color HEX #DF0E0F Venetian Red

📋 copy color: '#DF0E0F'

red 223 ◦ green 14 ◦ blue 15

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

Shades of Venetian Red #DF0E0F

Tints of Venetian Red #DF0E0F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.56%

 BLUE value IS 15 (6.25% from 255) = 5.95%

R = 88.49%
G = 5.56%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF0E0F (or 0xDF0E0F) is known color: Venetian Red. HEX triplet: DF, 0E and 0F. RGB value is (223,14,15). Sum of RGB (Red+Green+Blue) = 223+14+15=252 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.49% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0E0F is #20F1F0. Grayscale: #4C4C4C. Windows color (decimal): -2159089 or 986847. OLE color: 986847.

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

Color convert

RGB 223 14 15 -
CMYK 0 0.94 0.93 0.13
HSL 359.71º 0.88% 0.46% -
HSV(B) 359.71º 0.94% 0.87% -
XYZ 30.67 16.04 1.93 -
YUV 76.61 93.24 232.42 -
System Red Green Blue C M Y K H S L
Decimal 223 14 15 0 0.94 0.93 0.13 359.71 0.88 0.46
Hex DF E F 0 5E 5D D 168 58 2E
Octal 337 16 17 0 136 135 15 550 130 56
Binary 11011111 1110 1111 0 1011110 1011101 1101 101101000 1011000 101110

Color Harmonies of #DF0E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0E0F

Black with #DF0E0F

Text Example


Text Example

White with #DF0E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0E0F; }

 p { color: rgb(223,14,15); }

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

background-color css

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

 a { background-color: rgb(223,14,15); }

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

border-color css

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

 span { border-color: rgb(223,14,15); }

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