Html Css Color HEX #DA0321 Venetian Red

📋 copy color: '#DA0321'

red 218 ◦ green 3 ◦ blue 33

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

Shades of Venetian Red #DA0321

Tints of Venetian Red #DA0321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.99%

R = 85.83%
G = 1.18%
B = 12.99%

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

#DA0321 (or 0xDA0321) is known color: Venetian Red. HEX triplet: DA, 03 and 21. RGB value is (218,3,33). Sum of RGB (Red+Green+Blue) = 218+3+33=254 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.83% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0321 is #25FCDE. Grayscale: #464646. Windows color (decimal): -2489567 or 2163674. OLE color: 2163674.

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

Color convert

RGB 218 3 33 -
CMYK 0 0.99 0.85 0.15
HSL 351.63º 0.97% 0.43% -
HSV(B) 351.63º 0.99% 0.85% -
XYZ 29.22 15.08 2.81 -
YUV 70.71 106.73 233.06 -
System Red Green Blue C M Y K H S L
Decimal 218 3 33 0 0.99 0.85 0.15 351.63 0.97 0.43
Hex DA 3 21 0 63 55 F 160 61 2B
Octal 332 3 41 0 143 125 17 540 141 53
Binary 11011010 11 100001 0 1100011 1010101 1111 101100000 1100001 101011

Color Harmonies of #DA0321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0321

Black with #DA0321

Text Example


Text Example

White with #DA0321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0321; }

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

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

background-color css

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

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

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

border-color css

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

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

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