Html Css Color HEX #DA0013 Venetian Red

📋 copy color: '#DA0013'

red 218 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #DA0013

Tints of Venetian Red #DA0013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.98%
G = 0%
B = 8.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA0013 (or 0xDA0013) is known color: Venetian Red. HEX triplet: DA, 00 and 13. RGB value is (218,0,19). Sum of RGB (Red+Green+Blue) = 218+0+19=237 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.98% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0013 is #25FFEC. Grayscale: #434343. Windows color (decimal): -2490349 or 1245402. OLE color: 1245402.

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

Color convert

RGB 218 0 19 -
CMYK 0 1 0.91 0.15
HSL 354.77º 1% 0.43% -
HSV(B) 354.77º 1% 0.85% -
XYZ 29.03 14.95 1.97 -
YUV 67.35 100.72 235.46 -
System Red Green Blue C M Y K H S L
Decimal 218 0 19 0 1 0.91 0.15 354.77 1 0.43
Hex DA 0 13 0 64 5B F 163 64 2B
Octal 332 0 23 0 144 133 17 543 144 53
Binary 11011010 0 10011 0 1100100 1011011 1111 101100011 1100100 101011

Color Harmonies of #DA0013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0013

Black with #DA0013

Text Example


Text Example

White with #DA0013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0013; }

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

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

background-color css

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

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

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

border-color css

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

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

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