Html Css Color HEX #DF0914 Venetian Red

📋 copy color: '#DF0914'

red 223 ◦ green 9 ◦ blue 20

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

Shades of Venetian Red #DF0914

Tints of Venetian Red #DF0914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

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

R = 88.49%
G = 3.57%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF0914 (or 0xDF0914) is known color: Venetian Red. HEX triplet: DF, 09 and 14. RGB value is (223,9,20). Sum of RGB (Red+Green+Blue) = 223+9+20=252 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.49% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0914 is #20F6EB. Grayscale: #4A4A4A. Windows color (decimal): -2160364 or 1313247. OLE color: 1313247.

HSL color Cylindrical-coordinate representation of color #DF0914: hue angle of 356.92º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0914 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 9 20 -
CMYK 0 0.96 0.91 0.13
HSL 356.92º 0.92% 0.45% -
HSV(B) 356.92º 0.96% 0.87% -
XYZ 30.66 15.93 2.12 -
YUV 74.24 97.4 234.11 -
System Red Green Blue C M Y K H S L
Decimal 223 9 20 0 0.96 0.91 0.13 356.92 0.92 0.45
Hex DF 9 14 0 60 5B D 165 5C 2D
Octal 337 11 24 0 140 133 15 545 134 55
Binary 11011111 1001 10100 0 1100000 1011011 1101 101100101 1011100 101101

Color Harmonies of #DF0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0914

Black with #DF0914

Text Example


Text Example

White with #DF0914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0914; }

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

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

background-color css

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

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

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

border-color css

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

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

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