Html Css Color HEX #DF000D Venetian Red

📋 copy color: '#DF000D'

red 223 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #DF000D

Tints of Venetian Red #DF000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 94.49%
G = 0%
B = 5.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF000D (or 0xDF000D) is known color: Venetian Red. HEX triplet: DF, 00 and 0D. RGB value is (223,0,13). Sum of RGB (Red+Green+Blue) = 223+0+13=236 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.49% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 223 - color contains mainly: red. Hex color #DF000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF000D is #20FFF2. Grayscale: #444444. Windows color (decimal): -2162675 or 852191. OLE color: 852191.

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

Color convert

RGB 223 0 13 -
CMYK 0 1 0.94 0.13
HSL 356.5º 1% 0.44% -
HSV(B) 356.5º 1% 0.87% -
XYZ 30.5 15.72 1.81 -
YUV 68.16 96.88 238.44 -
System Red Green Blue C M Y K H S L
Decimal 223 0 13 0 1 0.94 0.13 356.5 1 0.44
Hex DF 0 D 0 64 5E D 165 64 2C
Octal 337 0 15 0 144 136 15 545 144 54
Binary 11011111 0 1101 0 1100100 1011110 1101 101100101 1100100 101100

Color Harmonies of #DF000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF000D

Black with #DF000D

Text Example


Text Example

White with #DF000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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