Html Css Color HEX #DA0026 Venetian Red

📋 copy color: '#DA0026'

red 218 ◦ green 0 ◦ blue 38

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

Shades of Venetian Red #DA0026

Tints of Venetian Red #DA0026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.84%

R = 85.16%
G = 0%
B = 14.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA0026 (or 0xDA0026) is known color: Venetian Red. HEX triplet: DA, 00 and 26. RGB value is (218,0,38). Sum of RGB (Red+Green+Blue) = 218+0+38=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0026 is #25FFD9. Grayscale: #454545. Windows color (decimal): -2490330 or 2490586. OLE color: 2490586.

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

Color convert

RGB 218 0 38 -
CMYK 0 1 0.83 0.15
HSL 349.54º 1% 0.43% -
HSV(B) 349.54º 1% 0.85% -
XYZ 29.26 15.05 3.2 -
YUV 69.51 110.22 233.91 -
System Red Green Blue C M Y K H S L
Decimal 218 0 38 0 1 0.83 0.15 349.54 1 0.43
Hex DA 0 26 0 64 53 F 15E 64 2B
Octal 332 0 46 0 144 123 17 536 144 53
Binary 11011010 0 100110 0 1100100 1010011 1111 101011110 1100100 101011

Color Harmonies of #DA0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0026

Black with #DA0026

Text Example


Text Example

White with #DA0026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0026; }

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

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

background-color css

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

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

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

border-color css

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

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

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