Html Css Color HEX #DA031A Venetian Red

📋 copy color: '#DA031A'

red 218 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #DA031A

Tints of Venetian Red #DA031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.53%

R = 88.26%
G = 1.21%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA031A (or 0xDA031A) is known color: Venetian Red. HEX triplet: DA, 03 and 1A. RGB value is (218,3,26). Sum of RGB (Red+Green+Blue) = 218+3+26=247 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.26% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 218 - color contains mainly: red. Hex color #DA031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA031A is #25FCE5. Grayscale: #464646. Windows color (decimal): -2489574 or 1704922. OLE color: 1704922.

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

Color convert

RGB 218 3 26 -
CMYK 0 0.99 0.88 0.15
HSL 353.58º 0.97% 0.43% -
HSV(B) 353.58º 0.99% 0.85% -
XYZ 29.13 15.05 2.35 -
YUV 69.91 103.23 233.63 -
System Red Green Blue C M Y K H S L
Decimal 218 3 26 0 0.99 0.88 0.15 353.58 0.97 0.43
Hex DA 3 1A 0 63 58 F 162 61 2B
Octal 332 3 32 0 143 130 17 542 141 53
Binary 11011010 11 11010 0 1100011 1011000 1111 101100010 1100001 101011

Color Harmonies of #DA031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA031A

Black with #DA031A

Text Example


Text Example

White with #DA031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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