Html Css Color HEX #DA0310 Venetian Red

📋 copy color: '#DA0310'

red 218 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #DA0310

Tints of Venetian Red #DA0310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.75%

R = 91.98%
G = 1.27%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA0310 (or 0xDA0310) is known color: Venetian Red. HEX triplet: DA, 03 and 10. RGB value is (218,3,16). Sum of RGB (Red+Green+Blue) = 218+3+16=237 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.98% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0310 is #25FCEF. Grayscale: #444444. Windows color (decimal): -2489584 or 1049562. OLE color: 1049562.

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

Color convert

RGB 218 3 16 -
CMYK 0 0.99 0.93 0.15
HSL 356.37º 0.97% 0.43% -
HSV(B) 356.37º 0.99% 0.85% -
XYZ 29.04 15.01 1.86 -
YUV 68.77 98.23 234.44 -
System Red Green Blue C M Y K H S L
Decimal 218 3 16 0 0.99 0.93 0.15 356.37 0.97 0.43
Hex DA 3 10 0 63 5D F 164 61 2B
Octal 332 3 20 0 143 135 17 544 141 53
Binary 11011010 11 10000 0 1100011 1011101 1111 101100100 1100001 101011

Color Harmonies of #DA0310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0310

Black with #DA0310

Text Example


Text Example

White with #DA0310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0310; }

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

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

background-color css

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

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

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

border-color css

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

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

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