Html Css Color HEX #DA0413 Venetian Red

📋 copy color: '#DA0413'

red 218 ◦ green 4 ◦ blue 19

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

Shades of Venetian Red #DA0413

Tints of Venetian Red #DA0413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.88%

R = 90.46%
G = 1.66%
B = 7.88%

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

#DA0413 (or 0xDA0413) is known color: Venetian Red. HEX triplet: DA, 04 and 13. RGB value is (218,4,19). Sum of RGB (Red+Green+Blue) = 218+4+19=241 (31% of max value = 765). Red value is 218 (85.55% from 255 or 90.46% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0413 is #25FBEC. Grayscale: #454545. Windows color (decimal): -2489325 or 1246426. OLE color: 1246426.

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

Color convert

RGB 218 4 19 -
CMYK 0 0.98 0.91 0.15
HSL 355.79º 0.96% 0.44% -
HSV(B) 355.79º 0.98% 0.85% -
XYZ 29.07 15.04 1.99 -
YUV 69.7 99.4 233.78 -
System Red Green Blue C M Y K H S L
Decimal 218 4 19 0 0.98 0.91 0.15 355.79 0.96 0.44
Hex DA 4 13 0 62 5B F 164 60 2C
Octal 332 4 23 0 142 133 17 544 140 54
Binary 11011010 100 10011 0 1100010 1011011 1111 101100100 1100000 101100

Color Harmonies of #DA0413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0413

Black with #DA0413

Text Example


Text Example

White with #DA0413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0413; }

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

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

background-color css

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

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

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

border-color css

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

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

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