Html Css Color HEX #DA050E Venetian Red

📋 copy color: '#DA050E'

red 218 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #DA050E

Tints of Venetian Red #DA050E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.91%

R = 91.98%
G = 2.11%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA050E (or 0xDA050E) is known color: Venetian Red. HEX triplet: DA, 05 and 0E. RGB value is (218,5,14). Sum of RGB (Red+Green+Blue) = 218+5+14=237 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.98% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 218 - color contains mainly: red. Hex color #DA050E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA050E is #25FAF1. Grayscale: #454545. Windows color (decimal): -2489074 or 919002. OLE color: 919002.

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

Color convert

RGB 218 5 14 -
CMYK 0 0.98 0.94 0.15
HSL 357.46º 0.96% 0.44% -
HSV(B) 357.46º 0.98% 0.85% -
XYZ 29.05 15.05 1.79 -
YUV 69.71 96.57 233.77 -
System Red Green Blue C M Y K H S L
Decimal 218 5 14 0 0.98 0.94 0.15 357.46 0.96 0.44
Hex DA 5 E 0 62 5E F 165 60 2C
Octal 332 5 16 0 142 136 17 545 140 54
Binary 11011010 101 1110 0 1100010 1011110 1111 101100101 1100000 101100

Color Harmonies of #DA050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA050E

Black with #DA050E

Text Example


Text Example

White with #DA050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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