Html Css Color HEX #DA0513 Venetian Red

📋 copy color: '#DA0513'

red 218 ◦ green 5 ◦ blue 19

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

Shades of Venetian Red #DA0513

Tints of Venetian Red #DA0513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 90.08%
G = 2.07%
B = 7.85%

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

#DA0513 (or 0xDA0513) is known color: Venetian Red. HEX triplet: DA, 05 and 13. RGB value is (218,5,19). Sum of RGB (Red+Green+Blue) = 218+5+19=242 (32% of max value = 765). Red value is 218 (85.55% from 255 or 90.08% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0513 is #25FAEC. Grayscale: #464646. Windows color (decimal): -2489069 or 1246682. OLE color: 1246682.

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

Color convert

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

Color Harmonies of #DA0513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0513

Black with #DA0513

Text Example


Text Example

White with #DA0513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0513; }

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

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

background-color css

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

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

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

border-color css

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

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

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