Html Css Color HEX #DA051A Venetian Red

📋 copy color: '#DA051A'

red 218 ◦ green 5 ◦ blue 26

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

Shades of Venetian Red #DA051A

Tints of Venetian Red #DA051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.01%

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

R = 87.55%
G = 2.01%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA051A (or 0xDA051A) is known color: Venetian Red. HEX triplet: DA, 05 and 1A. RGB value is (218,5,26). Sum of RGB (Red+Green+Blue) = 218+5+26=249 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.55% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 218 - color contains mainly: red. Hex color #DA051A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA051A is #25FAE5. Grayscale: #474747. Windows color (decimal): -2489062 or 1705434. OLE color: 1705434.

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

Color convert

RGB 218 5 26 -
CMYK 0 0.98 0.88 0.15
HSL 354.08º 0.96% 0.44% -
HSV(B) 354.08º 0.98% 0.85% -
XYZ 29.15 15.09 2.35 -
YUV 71.08 102.57 232.79 -
System Red Green Blue C M Y K H S L
Decimal 218 5 26 0 0.98 0.88 0.15 354.08 0.96 0.44
Hex DA 5 1A 0 62 58 F 162 60 2C
Octal 332 5 32 0 142 130 17 542 140 54
Binary 11011010 101 11010 0 1100010 1011000 1111 101100010 1100000 101100

Color Harmonies of #DA051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA051A

Black with #DA051A

Text Example


Text Example

White with #DA051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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