Html Css Color HEX #DF000A Venetian Red

📋 copy color: '#DF000A'

red 223 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #DF000A

Tints of Venetian Red #DF000A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.29%

R = 95.71%
G = 0%
B = 4.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF000A (or 0xDF000A) is known color: Venetian Red. HEX triplet: DF, 00 and 0A. RGB value is (223,0,10). Sum of RGB (Red+Green+Blue) = 223+0+10=233 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.71% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 223 - color contains mainly: red. Hex color #DF000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF000A is #20FFF5. Grayscale: #434343. Windows color (decimal): -2162678 or 655583. OLE color: 655583.

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

Color convert

RGB 223 0 10 -
CMYK 0 1 0.96 0.13
HSL 357.31º 1% 0.44% -
HSV(B) 357.31º 1% 0.87% -
XYZ 30.49 15.71 1.71 -
YUV 67.82 95.38 238.69 -
System Red Green Blue C M Y K H S L
Decimal 223 0 10 0 1 0.96 0.13 357.31 1 0.44
Hex DF 0 A 0 64 60 D 165 64 2C
Octal 337 0 12 0 144 140 15 545 144 54
Binary 11011111 0 1010 0 1100100 1100000 1101 101100101 1100100 101100

Color Harmonies of #DF000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF000A

Black with #DF000A

Text Example


Text Example

White with #DF000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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