Html Css Color HEX #DA0512 Venetian Red

📋 copy color: '#DA0512'

red 218 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #DA0512

Tints of Venetian Red #DA0512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.47%

R = 90.46%
G = 2.07%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA0512 (or 0xDA0512) is known color: Venetian Red. HEX triplet: DA, 05 and 12. RGB value is (218,5,18). Sum of RGB (Red+Green+Blue) = 218+5+18=241 (31% of max value = 765). Red value is 218 (85.55% from 255 or 90.46% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0512 is #25FAED. Grayscale: #464646. Windows color (decimal): -2489070 or 1181146. OLE color: 1181146.

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

Color convert

RGB 218 5 18 -
CMYK 0 0.98 0.92 0.15
HSL 356.34º 0.96% 0.44% -
HSV(B) 356.34º 0.98% 0.85% -
XYZ 29.08 15.06 1.95 -
YUV 70.17 98.57 233.44 -
System Red Green Blue C M Y K H S L
Decimal 218 5 18 0 0.98 0.92 0.15 356.34 0.96 0.44
Hex DA 5 12 0 62 5C F 164 60 2C
Octal 332 5 22 0 142 134 17 544 140 54
Binary 11011010 101 10010 0 1100010 1011100 1111 101100100 1100000 101100

Color Harmonies of #DA0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0512

Black with #DA0512

Text Example


Text Example

White with #DA0512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0512; }

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

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

background-color css

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

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

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

border-color css

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

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

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