Html Css Color HEX #DA001A Venetian Red

📋 copy color: '#DA001A'

red 218 ◦ green 0 ◦ blue 26

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

Shades of Venetian Red #DA001A

Tints of Venetian Red #DA001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.34%
G = 0%
B = 10.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA001A (or 0xDA001A) is known color: Venetian Red. HEX triplet: DA, 00 and 1A. RGB value is (218,0,26). Sum of RGB (Red+Green+Blue) = 218+0+26=244 (32% of max value = 765). Red value is 218 (85.55% from 255 or 89.34% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 218 - color contains mainly: red. Hex color #DA001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA001A is #25FFE5. Grayscale: #444444. Windows color (decimal): -2490342 or 1704154. OLE color: 1704154.

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

Color convert

RGB 218 0 26 -
CMYK 0 1 0.88 0.15
HSL 352.84º 1% 0.43% -
HSV(B) 352.84º 1% 0.85% -
XYZ 29.1 14.98 2.33 -
YUV 68.15 104.22 234.89 -
System Red Green Blue C M Y K H S L
Decimal 218 0 26 0 1 0.88 0.15 352.84 1 0.43
Hex DA 0 1A 0 64 58 F 161 64 2B
Octal 332 0 32 0 144 130 17 541 144 53
Binary 11011010 0 11010 0 1100100 1011000 1111 101100001 1100100 101011

Color Harmonies of #DA001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA001A

Black with #DA001A

Text Example


Text Example

White with #DA001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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