Html Css Color HEX #DA0312 Venetian Red

📋 copy color: '#DA0312'

red 218 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #DA0312

Tints of Venetian Red #DA0312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

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

R = 91.21%
G = 1.26%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA0312 (or 0xDA0312) is known color: Venetian Red. HEX triplet: DA, 03 and 12. RGB value is (218,3,18). Sum of RGB (Red+Green+Blue) = 218+3+18=239 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.21% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0312 is #25FCED. Grayscale: #454545. Windows color (decimal): -2489582 or 1180634. OLE color: 1180634.

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

Color convert

RGB 218 3 18 -
CMYK 0 0.99 0.92 0.15
HSL 355.81º 0.97% 0.43% -
HSV(B) 355.81º 0.99% 0.85% -
XYZ 29.06 15.01 1.94 -
YUV 69 99.23 234.28 -
System Red Green Blue C M Y K H S L
Decimal 218 3 18 0 0.99 0.92 0.15 355.81 0.97 0.43
Hex DA 3 12 0 63 5C F 164 61 2B
Octal 332 3 22 0 143 134 17 544 141 53
Binary 11011010 11 10010 0 1100011 1011100 1111 101100100 1100001 101011

Color Harmonies of #DA0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0312

Black with #DA0312

Text Example


Text Example

White with #DA0312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0312; }

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

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

background-color css

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

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

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

border-color css

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

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

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