Html Css Color HEX #DA0314 Venetian Red

📋 copy color: '#DA0314'

red 218 ◦ green 3 ◦ blue 20

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

Shades of Venetian Red #DA0314

Tints of Venetian Red #DA0314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 90.46%
G = 1.24%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA0314 (or 0xDA0314) is known color: Venetian Red. HEX triplet: DA, 03 and 14. RGB value is (218,3,20). Sum of RGB (Red+Green+Blue) = 218+3+20=241 (31% of max value = 765). Red value is 218 (85.55% from 255 or 90.46% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0314 is #25FCEB. Grayscale: #454545. Windows color (decimal): -2489580 or 1311706. OLE color: 1311706.

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

Color convert

RGB 218 3 20 -
CMYK 0 0.99 0.91 0.15
HSL 355.26º 0.97% 0.43% -
HSV(B) 355.26º 0.99% 0.85% -
XYZ 29.07 15.02 2.03 -
YUV 69.22 100.23 234.12 -
System Red Green Blue C M Y K H S L
Decimal 218 3 20 0 0.99 0.91 0.15 355.26 0.97 0.43
Hex DA 3 14 0 63 5B F 163 61 2B
Octal 332 3 24 0 143 133 17 543 141 53
Binary 11011010 11 10100 0 1100011 1011011 1111 101100011 1100001 101011

Color Harmonies of #DA0314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0314

Black with #DA0314

Text Example


Text Example

White with #DA0314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0314; }

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

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

background-color css

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

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

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

border-color css

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

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

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