Html Css Color HEX #DF010B Venetian Red

📋 copy color: '#DF010B'

red 223 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #DF010B

Tints of Venetian Red #DF010B

RGB

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

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

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

R = 94.89%
G = 0.43%
B = 4.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF010B (or 0xDF010B) is known color: Venetian Red. HEX triplet: DF, 01 and 0B. RGB value is (223,1,11). Sum of RGB (Red+Green+Blue) = 223+1+11=235 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.89% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 223 - color contains mainly: red. Hex color #DF010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF010B is #20FEF4. Grayscale: #444444. Windows color (decimal): -2162421 or 721375. OLE color: 721375.

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

Color convert

RGB 223 1 11 -
CMYK 0 1.00 0.95 0.13
HSL 357.3º 0.99% 0.44% -
HSV(B) 357.3º 1% 0.87% -
XYZ 30.5 15.73 1.75 -
YUV 68.52 95.55 238.19 -
System Red Green Blue C M Y K H S L
Decimal 223 1 11 0 1.00 0.95 0.13 357.3 0.99 0.44
Hex DF 1 B 0 64 5F D 165 63 2C
Octal 337 1 13 0 144 137 15 545 143 54
Binary 11011111 1 1011 0 1100100 1011111 1101 101100101 1100011 101100

Color Harmonies of #DF010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF010B

Black with #DF010B

Text Example


Text Example

White with #DF010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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