Html Css Color HEX #DF0B0E Venetian Red

📋 copy color: '#DF0B0E'

red 223 ◦ green 11 ◦ blue 14

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

Shades of Venetian Red #DF0B0E

Tints of Venetian Red #DF0B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.44%

 BLUE value IS 14 (5.86% from 255) = 5.65%

R = 89.92%
G = 4.44%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF0B0E (or 0xDF0B0E) is known color: Venetian Red. HEX triplet: DF, 0B and 0E. RGB value is (223,11,14). Sum of RGB (Red+Green+Blue) = 223+11+14=248 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.92% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0B0E is #20F4F1. Grayscale: #4A4A4A. Windows color (decimal): -2159858 or 920543. OLE color: 920543.

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

Color convert

RGB 223 11 14 -
CMYK 0 0.95 0.94 0.13
HSL 359.15º 0.91% 0.46% -
HSV(B) 359.15º 0.95% 0.87% -
XYZ 30.63 15.96 1.88 -
YUV 74.73 93.74 233.76 -
System Red Green Blue C M Y K H S L
Decimal 223 11 14 0 0.95 0.94 0.13 359.15 0.91 0.46
Hex DF B E 0 5F 5E D 167 5B 2E
Octal 337 13 16 0 137 136 15 547 133 56
Binary 11011111 1011 1110 0 1011111 1011110 1101 101100111 1011011 101110

Color Harmonies of #DF0B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0B0E

Black with #DF0B0E

Text Example


Text Example

White with #DF0B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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