Html Css Color HEX #DF000C Venetian Red

📋 copy color: '#DF000C'

red 223 ◦ green 0 ◦ blue 12

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

Shades of Venetian Red #DF000C

Tints of Venetian Red #DF000C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.11%

R = 94.89%
G = 0%
B = 5.11%

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

#DF000C (or 0xDF000C) is known color: Venetian Red. HEX triplet: DF, 00 and 0C. RGB value is (223,0,12). Sum of RGB (Red+Green+Blue) = 223+0+12=235 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.89% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 223 - color contains mainly: red. Hex color #DF000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF000C is #20FFF3. Grayscale: #444444. Windows color (decimal): -2162676 or 786655. OLE color: 786655.

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

Color convert

RGB 223 0 12 -
CMYK 0 1 0.95 0.13
HSL 356.77º 1% 0.44% -
HSV(B) 356.77º 1% 0.87% -
XYZ 30.5 15.71 1.77 -
YUV 68.05 96.38 238.52 -
System Red Green Blue C M Y K H S L
Decimal 223 0 12 0 1 0.95 0.13 356.77 1 0.44
Hex DF 0 C 0 64 5F D 165 64 2C
Octal 337 0 14 0 144 137 15 545 144 54
Binary 11011111 0 1100 0 1100100 1011111 1101 101100101 1100100 101100

Color Harmonies of #DF000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF000C

Black with #DF000C

Text Example


Text Example

White with #DF000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF000C; }

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

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

background-color css

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

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

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

border-color css

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

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

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