Html Css Color HEX #DA0912 Venetian Red

📋 copy color: '#DA0912'

red 218 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #DA0912

Tints of Venetian Red #DA0912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.67%

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

R = 88.98%
G = 3.67%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA0912 (or 0xDA0912) is known color: Venetian Red. HEX triplet: DA, 09 and 12. RGB value is (218,9,18). Sum of RGB (Red+Green+Blue) = 218+9+18=245 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.98% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0912 is #25F6ED. Grayscale: #484848. Windows color (decimal): -2488046 or 1182170. OLE color: 1182170.

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

Color convert

RGB 218 9 18 -
CMYK 0 0.96 0.92 0.15
HSL 357.42º 0.92% 0.45% -
HSV(B) 357.42º 0.96% 0.85% -
XYZ 29.12 15.14 1.96 -
YUV 72.52 97.24 231.77 -
System Red Green Blue C M Y K H S L
Decimal 218 9 18 0 0.96 0.92 0.15 357.42 0.92 0.45
Hex DA 9 12 0 60 5C F 165 5C 2D
Octal 332 11 22 0 140 134 17 545 134 55
Binary 11011010 1001 10010 0 1100000 1011100 1111 101100101 1011100 101101

Color Harmonies of #DA0912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0912

Black with #DA0912

Text Example


Text Example

White with #DA0912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0912; }

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

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

background-color css

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

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

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

border-color css

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

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

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