Html Css Color HEX #DA011A Venetian Red

📋 copy color: '#DA011A'

red 218 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #DA011A

Tints of Venetian Red #DA011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 88.98%
G = 0.41%
B = 10.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA011A (or 0xDA011A) is known color: Venetian Red. HEX triplet: DA, 01 and 1A. RGB value is (218,1,26). Sum of RGB (Red+Green+Blue) = 218+1+26=245 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.98% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 218 - color contains mainly: red. Hex color #DA011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA011A is #25FEE5. Grayscale: #444444. Windows color (decimal): -2490086 or 1704410. OLE color: 1704410.

HSL color Cylindrical-coordinate representation of color #DA011A: hue angle of 353.09º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA011A is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 1 26 -
CMYK 0 1.00 0.88 0.15
HSL 353.09º 0.99% 0.43% -
HSV(B) 353.09º 1% 0.85% -
XYZ 29.11 15 2.34 -
YUV 68.73 103.89 234.47 -
System Red Green Blue C M Y K H S L
Decimal 218 1 26 0 1.00 0.88 0.15 353.09 0.99 0.43
Hex DA 1 1A 0 64 58 F 161 63 2B
Octal 332 1 32 0 144 130 17 541 143 53
Binary 11011010 1 11010 0 1100100 1011000 1111 101100001 1100011 101011

Color Harmonies of #DA011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA011A

Black with #DA011A

Text Example


Text Example

White with #DA011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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