Html Css Color HEX #DA0411 Venetian Red

📋 copy color: '#DA0411'

red 218 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #DA0411

Tints of Venetian Red #DA0411

RGB

 RED value IS 218 (85.55% from 255) = 91.21%

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

 BLUE value IS 17 (7.03% from 255) = 7.11%

R = 91.21%
G = 1.67%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA0411 (or 0xDA0411) is known color: Venetian Red. HEX triplet: DA, 04 and 11. RGB value is (218,4,17). Sum of RGB (Red+Green+Blue) = 218+4+17=239 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.21% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0411 is #25FBEE. Grayscale: #454545. Windows color (decimal): -2489327 or 1115354. OLE color: 1115354.

HSL color Cylindrical-coordinate representation of color #DA0411: hue angle of 356.36º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0411 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 4 17 -
CMYK 0 0.98 0.92 0.15
HSL 356.36º 0.96% 0.44% -
HSV(B) 356.36º 0.98% 0.85% -
XYZ 29.06 15.03 1.9 -
YUV 69.47 98.4 233.94 -
System Red Green Blue C M Y K H S L
Decimal 218 4 17 0 0.98 0.92 0.15 356.36 0.96 0.44
Hex DA 4 11 0 62 5C F 164 60 2C
Octal 332 4 21 0 142 134 17 544 140 54
Binary 11011010 100 10001 0 1100010 1011100 1111 101100100 1100000 101100

Color Harmonies of #DA0411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0411

Black with #DA0411

Text Example


Text Example

White with #DA0411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0411; }

 p { color: rgb(218,4,17); }

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

background-color css

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

 a { background-color: rgb(218,4,17); }

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

border-color css

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

 span { border-color: rgb(218,4,17); }

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