Html Css Color HEX #DA0304 Venetian Red

📋 copy color: '#DA0304'

red 218 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #DA0304

Tints of Venetian Red #DA0304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.78%

R = 96.89%
G = 1.33%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA0304 (or 0xDA0304) is known color: Venetian Red. HEX triplet: DA, 03 and 04. RGB value is (218,3,4). Sum of RGB (Red+Green+Blue) = 218+3+4=225 (29% of max value = 765). Red value is 218 (85.55% from 255 or 96.89% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0304 is #25FCFB. Grayscale: #434343. Windows color (decimal): -2489596 or 263130. OLE color: 263130.

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

Color convert

RGB 218 3 4 -
CMYK 0 0.99 0.98 0.15
HSL 359.72º 0.97% 0.43% -
HSV(B) 359.72º 0.99% 0.85% -
XYZ 28.97 14.98 1.48 -
YUV 67.4 92.23 235.42 -
System Red Green Blue C M Y K H S L
Decimal 218 3 4 0 0.99 0.98 0.15 359.72 0.97 0.43
Hex DA 3 4 0 63 62 F 168 61 2B
Octal 332 3 4 0 143 142 17 550 141 53
Binary 11011010 11 100 0 1100011 1100010 1111 101101000 1100001 101011

Color Harmonies of #DA0304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0304

Black with #DA0304

Text Example


Text Example

White with #DA0304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0304; }

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

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

background-color css

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

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

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

border-color css

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

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

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