Html Css Color HEX #DA0012 Venetian Red

📋 copy color: '#DA0012'

red 218 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #DA0012

Tints of Venetian Red #DA0012

RGB

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

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

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

R = 92.37%
G = 0%
B = 7.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA0012 (or 0xDA0012) is known color: Venetian Red. HEX triplet: DA, 00 and 12. RGB value is (218,0,18). Sum of RGB (Red+Green+Blue) = 218+0+18=236 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.37% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0012 is #25FFED. Grayscale: #434343. Windows color (decimal): -2490350 or 1179866. OLE color: 1179866.

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

Color convert

RGB 218 0 18 -
CMYK 0 1 0.92 0.15
HSL 355.05º 1% 0.43% -
HSV(B) 355.05º 1% 0.85% -
XYZ 29.02 14.95 1.93 -
YUV 67.23 100.22 235.54 -
System Red Green Blue C M Y K H S L
Decimal 218 0 18 0 1 0.92 0.15 355.05 1 0.43
Hex DA 0 12 0 64 5C F 163 64 2B
Octal 332 0 22 0 144 134 17 543 144 53
Binary 11011010 0 10010 0 1100100 1011100 1111 101100011 1100100 101011

Color Harmonies of #DA0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0012

Black with #DA0012

Text Example


Text Example

White with #DA0012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0012; }

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

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

background-color css

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

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

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

border-color css

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

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

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