Html Css Color HEX #DA0313 Venetian Red

📋 copy color: '#DA0313'

red 218 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #DA0313

Tints of Venetian Red #DA0313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.25%

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

R = 90.83%
G = 1.25%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA0313 (or 0xDA0313) is known color: Venetian Red. HEX triplet: DA, 03 and 13. RGB value is (218,3,19). Sum of RGB (Red+Green+Blue) = 218+3+19=240 (31% of max value = 765). Red value is 218 (85.55% from 255 or 90.83% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0313 is #25FCEC. Grayscale: #454545. Windows color (decimal): -2489581 or 1246170. OLE color: 1246170.

HSL color Cylindrical-coordinate representation of color #DA0313: hue angle of 355.53º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0313 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 3 19 -
CMYK 0 0.99 0.91 0.15
HSL 355.53º 0.97% 0.43% -
HSV(B) 355.53º 0.99% 0.85% -
XYZ 29.06 15.02 1.98 -
YUV 69.11 99.73 234.2 -
System Red Green Blue C M Y K H S L
Decimal 218 3 19 0 0.99 0.91 0.15 355.53 0.97 0.43
Hex DA 3 13 0 63 5B F 164 61 2B
Octal 332 3 23 0 143 133 17 544 141 53
Binary 11011010 11 10011 0 1100011 1011011 1111 101100100 1100001 101011

Color Harmonies of #DA0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0313

Black with #DA0313

Text Example


Text Example

White with #DA0313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0313; }

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

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

background-color css

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

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

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

border-color css

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

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

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