Html Css Color HEX #DA051E Venetian Red

📋 copy color: '#DA051E'

red 218 ◦ green 5 ◦ blue 30

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

Shades of Venetian Red #DA051E

Tints of Venetian Red #DA051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.86%

R = 86.17%
G = 1.98%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA051E (or 0xDA051E) is known color: Venetian Red. HEX triplet: DA, 05 and 1E. RGB value is (218,5,30). Sum of RGB (Red+Green+Blue) = 218+5+30=253 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.17% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 218 - color contains mainly: red. Hex color #DA051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA051E is #25FAE1. Grayscale: #474747. Windows color (decimal): -2489058 or 1967578. OLE color: 1967578.

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

Color convert

RGB 218 5 30 -
CMYK 0 0.98 0.86 0.15
HSL 352.96º 0.96% 0.44% -
HSV(B) 352.96º 0.98% 0.85% -
XYZ 29.2 15.11 2.61 -
YUV 71.54 104.57 232.47 -
System Red Green Blue C M Y K H S L
Decimal 218 5 30 0 0.98 0.86 0.15 352.96 0.96 0.44
Hex DA 5 1E 0 62 56 F 161 60 2C
Octal 332 5 36 0 142 126 17 541 140 54
Binary 11011010 101 11110 0 1100010 1010110 1111 101100001 1100000 101100

Color Harmonies of #DA051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA051E

Black with #DA051E

Text Example


Text Example

White with #DA051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA051E; }

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

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

background-color css

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

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

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

border-color css

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

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

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