Html Css Color HEX #DA0419 Venetian Red

📋 copy color: '#DA0419'

red 218 ◦ green 4 ◦ blue 25

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

Shades of Venetian Red #DA0419

Tints of Venetian Red #DA0419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 88.26%
G = 1.62%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA0419 (or 0xDA0419) is known color: Venetian Red. HEX triplet: DA, 04 and 19. RGB value is (218,4,25). Sum of RGB (Red+Green+Blue) = 218+4+25=247 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.26% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0419 is #25FBE6. Grayscale: #464646. Windows color (decimal): -2489319 or 1639642. OLE color: 1639642.

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

Color convert

RGB 218 4 25 -
CMYK 0 0.98 0.89 0.15
HSL 354.11º 0.96% 0.44% -
HSV(B) 354.11º 0.98% 0.85% -
XYZ 29.13 15.06 2.29 -
YUV 70.38 102.4 233.29 -
System Red Green Blue C M Y K H S L
Decimal 218 4 25 0 0.98 0.89 0.15 354.11 0.96 0.44
Hex DA 4 19 0 62 59 F 162 60 2C
Octal 332 4 31 0 142 131 17 542 140 54
Binary 11011010 100 11001 0 1100010 1011001 1111 101100010 1100000 101100

Color Harmonies of #DA0419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0419

Black with #DA0419

Text Example


Text Example

White with #DA0419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0419; }

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

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

background-color css

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

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

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

border-color css

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

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

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