Html Css Color HEX #DA0405 Venetian Red

📋 copy color: '#DA0405'

red 218 ◦ green 4 ◦ blue 5

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

Shades of Venetian Red #DA0405

Tints of Venetian Red #DA0405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.76%

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

R = 96.04%
G = 1.76%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA0405 (or 0xDA0405) is known color: Venetian Red. HEX triplet: DA, 04 and 05. RGB value is (218,4,5). Sum of RGB (Red+Green+Blue) = 218+4+5=227 (30% of max value = 765). Red value is 218 (85.55% from 255 or 96.04% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0405 is #25FBFA. Grayscale: #444444. Windows color (decimal): -2489339 or 328922. OLE color: 328922.

HSL color Cylindrical-coordinate representation of color #DA0405: hue angle of 359.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0405 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 4 5 -
CMYK 0 0.98 0.98 0.15
HSL 359.72º 0.96% 0.44% -
HSV(B) 359.72º 0.98% 0.85% -
XYZ 28.98 15 1.51 -
YUV 68.1 92.4 234.92 -
System Red Green Blue C M Y K H S L
Decimal 218 4 5 0 0.98 0.98 0.15 359.72 0.96 0.44
Hex DA 4 5 0 62 62 F 168 60 2C
Octal 332 4 5 0 142 142 17 550 140 54
Binary 11011010 100 101 0 1100010 1100010 1111 101101000 1100000 101100

Color Harmonies of #DA0405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0405

Black with #DA0405

Text Example


Text Example

White with #DA0405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0405; }

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

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

background-color css

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

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

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

border-color css

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

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

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