Html Css Color HEX #DA011D Venetian Red

📋 copy color: '#DA011D'

red 218 ◦ green 1 ◦ blue 29

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

Shades of Venetian Red #DA011D

Tints of Venetian Red #DA011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.69%

R = 87.9%
G = 0.4%
B = 11.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA011D (or 0xDA011D) is known color: Venetian Red. HEX triplet: DA, 01 and 1D. RGB value is (218,1,29). Sum of RGB (Red+Green+Blue) = 218+1+29=248 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.90% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 218 - color contains mainly: red. Hex color #DA011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA011D is #25FEE2. Grayscale: #454545. Windows color (decimal): -2490083 or 1901018. OLE color: 1901018.

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

Color convert

RGB 218 1 29 -
CMYK 0 1.00 0.87 0.15
HSL 352.26º 0.99% 0.43% -
HSV(B) 352.26º 1% 0.85% -
XYZ 29.15 15.02 2.52 -
YUV 69.08 105.39 234.22 -
System Red Green Blue C M Y K H S L
Decimal 218 1 29 0 1.00 0.87 0.15 352.26 0.99 0.43
Hex DA 1 1D 0 64 57 F 160 63 2B
Octal 332 1 35 0 144 127 17 540 143 53
Binary 11011010 1 11101 0 1100100 1010111 1111 101100000 1100011 101011

Color Harmonies of #DA011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA011D

Black with #DA011D

Text Example


Text Example

White with #DA011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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