Html Css Color HEX #DF010C Venetian Red

📋 copy color: '#DF010C'

red 223 ◦ green 1 ◦ blue 12

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

Shades of Venetian Red #DF010C

Tints of Venetian Red #DF010C

RGB

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

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

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

R = 94.49%
G = 0.42%
B = 5.08%

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

#DF010C (or 0xDF010C) is known color: Venetian Red. HEX triplet: DF, 01 and 0C. RGB value is (223,1,12). Sum of RGB (Red+Green+Blue) = 223+1+12=236 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.49% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 223 - color contains mainly: red. Hex color #DF010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF010C is #20FEF3. Grayscale: #444444. Windows color (decimal): -2162420 or 786911. OLE color: 786911.

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

Color convert

RGB 223 1 12 -
CMYK 0 1.00 0.95 0.13
HSL 357.03º 0.99% 0.44% -
HSV(B) 357.03º 1% 0.87% -
XYZ 30.51 15.74 1.78 -
YUV 68.63 96.05 238.11 -
System Red Green Blue C M Y K H S L
Decimal 223 1 12 0 1.00 0.95 0.13 357.03 0.99 0.44
Hex DF 1 C 0 64 5F D 165 63 2C
Octal 337 1 14 0 144 137 15 545 143 54
Binary 11011111 1 1100 0 1100100 1011111 1101 101100101 1100011 101100

Color Harmonies of #DF010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF010C

Black with #DF010C

Text Example


Text Example

White with #DF010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF010C; }

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

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

background-color css

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

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

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

border-color css

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

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

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