Html Css Color HEX #DA0305 Venetian Red

📋 copy color: '#DA0305'

red 218 ◦ green 3 ◦ blue 5

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

Shades of Venetian Red #DA0305

Tints of Venetian Red #DA0305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.21%

R = 96.46%
G = 1.33%
B = 2.21%

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

#DA0305 (or 0xDA0305) is known color: Venetian Red. HEX triplet: DA, 03 and 05. RGB value is (218,3,5). Sum of RGB (Red+Green+Blue) = 218+3+5=226 (29% of max value = 765). Red value is 218 (85.55% from 255 or 96.46% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0305 is #25FCFA. Grayscale: #434343. Windows color (decimal): -2489595 or 328666. OLE color: 328666.

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

Color convert

RGB 218 3 5 -
CMYK 0 0.99 0.98 0.15
HSL 359.44º 0.97% 0.43% -
HSV(B) 359.44º 0.99% 0.85% -
XYZ 28.97 14.98 1.51 -
YUV 67.51 92.73 235.34 -
System Red Green Blue C M Y K H S L
Decimal 218 3 5 0 0.99 0.98 0.15 359.44 0.97 0.43
Hex DA 3 5 0 63 62 F 167 61 2B
Octal 332 3 5 0 143 142 17 547 141 53
Binary 11011010 11 101 0 1100011 1100010 1111 101100111 1100001 101011

Color Harmonies of #DA0305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0305

Black with #DA0305

Text Example


Text Example

White with #DA0305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0305; }

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

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

background-color css

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

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

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

border-color css

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

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

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