Html Css Color HEX #DF0414 Venetian Red

📋 copy color: '#DF0414'

red 223 ◦ green 4 ◦ blue 20

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

Shades of Venetian Red #DF0414

Tints of Venetian Red #DF0414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.62%

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

R = 90.28%
G = 1.62%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF0414 (or 0xDF0414) is known color: Venetian Red. HEX triplet: DF, 04 and 14. RGB value is (223,4,20). Sum of RGB (Red+Green+Blue) = 223+4+20=247 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.28% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0414 is #20FBEB. Grayscale: #474747. Windows color (decimal): -2161644 or 1311967. OLE color: 1311967.

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

Color convert

RGB 223 4 20 -
CMYK 0 0.98 0.91 0.13
HSL 355.62º 0.96% 0.45% -
HSV(B) 355.62º 0.98% 0.87% -
XYZ 30.6 15.83 2.1 -
YUV 71.31 99.05 236.2 -
System Red Green Blue C M Y K H S L
Decimal 223 4 20 0 0.98 0.91 0.13 355.62 0.96 0.45
Hex DF 4 14 0 62 5B D 164 60 2D
Octal 337 4 24 0 142 133 15 544 140 55
Binary 11011111 100 10100 0 1100010 1011011 1101 101100100 1100000 101101

Color Harmonies of #DF0414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0414

Black with #DF0414

Text Example


Text Example

White with #DF0414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0414; }

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

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

background-color css

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

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

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

border-color css

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

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

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