Html Css Color HEX #DA0306 Venetian Red

📋 copy color: '#DA0306'

red 218 ◦ green 3 ◦ blue 6

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

Shades of Venetian Red #DA0306

Tints of Venetian Red #DA0306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.64%

R = 96.04%
G = 1.32%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA0306 (or 0xDA0306) is known color: Venetian Red. HEX triplet: DA, 03 and 06. RGB value is (218,3,6). Sum of RGB (Red+Green+Blue) = 218+3+6=227 (30% of max value = 765). Red value is 218 (85.55% from 255 or 96.04% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0306 is #25FCF9. Grayscale: #434343. Windows color (decimal): -2489594 or 394202. OLE color: 394202.

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

Color convert

RGB 218 3 6 -
CMYK 0 0.99 0.97 0.15
HSL 359.16º 0.97% 0.43% -
HSV(B) 359.16º 0.99% 0.85% -
XYZ 28.98 14.98 1.54 -
YUV 67.63 93.23 235.26 -
System Red Green Blue C M Y K H S L
Decimal 218 3 6 0 0.99 0.97 0.15 359.16 0.97 0.43
Hex DA 3 6 0 63 61 F 167 61 2B
Octal 332 3 6 0 143 141 17 547 141 53
Binary 11011010 11 110 0 1100011 1100001 1111 101100111 1100001 101011

Color Harmonies of #DA0306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0306

Black with #DA0306

Text Example


Text Example

White with #DA0306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0306; }

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

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

background-color css

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

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

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

border-color css

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

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

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