Html Css Color HEX #DA0414 Venetian Red

📋 copy color: '#DA0414'

red 218 ◦ green 4 ◦ blue 20

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

Shades of Venetian Red #DA0414

Tints of Venetian Red #DA0414

RGB

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

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

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

R = 90.08%
G = 1.65%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA0414 (or 0xDA0414) is known color: Venetian Red. HEX triplet: DA, 04 and 14. RGB value is (218,4,20). Sum of RGB (Red+Green+Blue) = 218+4+20=242 (32% of max value = 765). Red value is 218 (85.55% from 255 or 90.08% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0414 is #25FBEB. Grayscale: #454545. Windows color (decimal): -2489324 or 1311962. OLE color: 1311962.

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

Color convert

RGB 218 4 20 -
CMYK 0 0.98 0.91 0.15
HSL 355.51º 0.96% 0.44% -
HSV(B) 355.51º 0.98% 0.85% -
XYZ 29.08 15.04 2.03 -
YUV 69.81 99.9 233.7 -
System Red Green Blue C M Y K H S L
Decimal 218 4 20 0 0.98 0.91 0.15 355.51 0.96 0.44
Hex DA 4 14 0 62 5B F 164 60 2C
Octal 332 4 24 0 142 133 17 544 140 54
Binary 11011010 100 10100 0 1100010 1011011 1111 101100100 1100000 101100

Color Harmonies of #DA0414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0414

Black with #DA0414

Text Example


Text Example

White with #DA0414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0414; }

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

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

background-color css

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

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

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

border-color css

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

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

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