Html Css Color HEX #DF010F Venetian Red

📋 copy color: '#DF010F'

red 223 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #DF010F

Tints of Venetian Red #DF010F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.28%

R = 93.31%
G = 0.42%
B = 6.28%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF010F (or 0xDF010F) is known color: Venetian Red. HEX triplet: DF, 01 and 0F. RGB value is (223,1,15). Sum of RGB (Red+Green+Blue) = 223+1+15=239 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.31% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 223 - color contains mainly: red. Hex color #DF010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF010F is #20FEF0. Grayscale: #454545. Windows color (decimal): -2162417 or 983519. OLE color: 983519.

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

Color convert

RGB 223 1 15 -
CMYK 0 1.00 0.93 0.13
HSL 356.22º 0.99% 0.44% -
HSV(B) 356.22º 1% 0.87% -
XYZ 30.53 15.74 1.88 -
YUV 68.97 97.55 237.86 -
System Red Green Blue C M Y K H S L
Decimal 223 1 15 0 1.00 0.93 0.13 356.22 0.99 0.44
Hex DF 1 F 0 64 5D D 164 63 2C
Octal 337 1 17 0 144 135 15 544 143 54
Binary 11011111 1 1111 0 1100100 1011101 1101 101100100 1100011 101100

Color Harmonies of #DF010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF010F

Black with #DF010F

Text Example


Text Example

White with #DF010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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