Html Css Color HEX #DF010A Venetian Red

📋 copy color: '#DF010A'

red 223 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #DF010A

Tints of Venetian Red #DF010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 95.3%
G = 0.43%
B = 4.27%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF010A (or 0xDF010A) is known color: Venetian Red. HEX triplet: DF, 01 and 0A. RGB value is (223,1,10). Sum of RGB (Red+Green+Blue) = 223+1+10=234 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.30% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 223 - color contains mainly: red. Hex color #DF010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF010A is #20FEF5. Grayscale: #444444. Windows color (decimal): -2162422 or 655839. OLE color: 655839.

HSL color Cylindrical-coordinate representation of color #DF010A: hue angle of 357.57º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF010A is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 1 10 -
CMYK 0 1.00 0.96 0.13
HSL 357.57º 0.99% 0.44% -
HSV(B) 357.57º 1% 0.87% -
XYZ 30.5 15.73 1.72 -
YUV 68.4 95.05 238.27 -
System Red Green Blue C M Y K H S L
Decimal 223 1 10 0 1.00 0.96 0.13 357.57 0.99 0.44
Hex DF 1 A 0 64 60 D 166 63 2C
Octal 337 1 12 0 144 140 15 546 143 54
Binary 11011111 1 1010 0 1100100 1100000 1101 101100110 1100011 101100

Color Harmonies of #DF010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF010A

Black with #DF010A

Text Example


Text Example

White with #DF010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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