Html Css Color HEX #DA051D Venetian Red

📋 copy color: '#DA051D'

red 218 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #DA051D

Tints of Venetian Red #DA051D

RGB

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

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

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

R = 86.51%
G = 1.98%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA051D (or 0xDA051D) is known color: Venetian Red. HEX triplet: DA, 05 and 1D. RGB value is (218,5,29). Sum of RGB (Red+Green+Blue) = 218+5+29=252 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.51% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 218 - color contains mainly: red. Hex color #DA051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA051D is #25FAE2. Grayscale: #474747. Windows color (decimal): -2489059 or 1902042. OLE color: 1902042.

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

Color convert

RGB 218 5 29 -
CMYK 0 0.98 0.87 0.15
HSL 353.24º 0.96% 0.44% -
HSV(B) 353.24º 0.98% 0.85% -
XYZ 29.19 15.1 2.54 -
YUV 71.42 104.07 232.55 -
System Red Green Blue C M Y K H S L
Decimal 218 5 29 0 0.98 0.87 0.15 353.24 0.96 0.44
Hex DA 5 1D 0 62 57 F 161 60 2C
Octal 332 5 35 0 142 127 17 541 140 54
Binary 11011010 101 11101 0 1100010 1010111 1111 101100001 1100000 101100

Color Harmonies of #DA051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA051D

Black with #DA051D

Text Example


Text Example

White with #DA051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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