Html Css Color HEX #DF000B Venetian Red

📋 copy color: '#DF000B'

red 223 ◦ green 0 ◦ blue 11

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

Shades of Venetian Red #DF000B

Tints of Venetian Red #DF000B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.7%

R = 95.3%
G = 0%
B = 4.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF000B (or 0xDF000B) is known color: Venetian Red. HEX triplet: DF, 00 and 0B. RGB value is (223,0,11). Sum of RGB (Red+Green+Blue) = 223+0+11=234 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.30% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 223 - color contains mainly: red. Hex color #DF000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF000B is #20FFF4. Grayscale: #444444. Windows color (decimal): -2162677 or 721119. OLE color: 721119.

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

Color convert

RGB 223 0 11 -
CMYK 0 1 0.95 0.13
HSL 357.04º 1% 0.44% -
HSV(B) 357.04º 1% 0.87% -
XYZ 30.49 15.71 1.74 -
YUV 67.93 95.88 238.61 -
System Red Green Blue C M Y K H S L
Decimal 223 0 11 0 1 0.95 0.13 357.04 1 0.44
Hex DF 0 B 0 64 5F D 165 64 2C
Octal 337 0 13 0 144 137 15 545 144 54
Binary 11011111 0 1011 0 1100100 1011111 1101 101100101 1100100 101100

Color Harmonies of #DF000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF000B

Black with #DF000B

Text Example


Text Example

White with #DF000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF000B; }

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

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

background-color css

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

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

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

border-color css

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

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

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