Html Css Color HEX #DF0114 Venetian Red

📋 copy color: '#DF0114'

red 223 ◦ green 1 ◦ blue 20

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

Shades of Venetian Red #DF0114

Tints of Venetian Red #DF0114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.2%

R = 91.39%
G = 0.41%
B = 8.2%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF0114 (or 0xDF0114) is known color: Venetian Red. HEX triplet: DF, 01 and 14. RGB value is (223,1,20). Sum of RGB (Red+Green+Blue) = 223+1+20=244 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.39% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0114 is #20FEEB. Grayscale: #454545. Windows color (decimal): -2162412 or 1311199. OLE color: 1311199.

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

Color convert

RGB 223 1 20 -
CMYK 0 1.00 0.91 0.13
HSL 354.86º 0.99% 0.44% -
HSV(B) 354.86º 1% 0.87% -
XYZ 30.57 15.76 2.09 -
YUV 69.54 100.05 237.46 -
System Red Green Blue C M Y K H S L
Decimal 223 1 20 0 1.00 0.91 0.13 354.86 0.99 0.44
Hex DF 1 14 0 64 5B D 163 63 2C
Octal 337 1 24 0 144 133 15 543 143 54
Binary 11011111 1 10100 0 1100100 1011011 1101 101100011 1100011 101100

Color Harmonies of #DF0114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0114

Black with #DF0114

Text Example


Text Example

White with #DF0114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0114; }

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

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

background-color css

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

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

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

border-color css

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

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

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