Html Css Color HEX #DA0320 Venetian Red

📋 copy color: '#DA0320'

red 218 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #DA0320

Tints of Venetian Red #DA0320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.65%

R = 86.17%
G = 1.19%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA0320 (or 0xDA0320) is known color: Venetian Red. HEX triplet: DA, 03 and 20. RGB value is (218,3,32). Sum of RGB (Red+Green+Blue) = 218+3+32=253 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.17% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0320 is #25FCDF. Grayscale: #464646. Windows color (decimal): -2489568 or 2098138. OLE color: 2098138.

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

Color convert

RGB 218 3 32 -
CMYK 0 0.99 0.85 0.15
HSL 351.91º 0.97% 0.43% -
HSV(B) 351.91º 0.99% 0.85% -
XYZ 29.21 15.07 2.74 -
YUV 70.59 106.23 233.14 -
System Red Green Blue C M Y K H S L
Decimal 218 3 32 0 0.99 0.85 0.15 351.91 0.97 0.43
Hex DA 3 20 0 63 55 F 160 61 2B
Octal 332 3 40 0 143 125 17 540 141 53
Binary 11011010 11 100000 0 1100011 1010101 1111 101100000 1100001 101011

Color Harmonies of #DA0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0320

Black with #DA0320

Text Example


Text Example

White with #DA0320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0320; }

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

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

background-color css

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

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

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

border-color css

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

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

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