Html Css Color HEX #DA040E Venetian Red

📋 copy color: '#DA040E'

red 218 ◦ green 4 ◦ blue 14

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

Shades of Venetian Red #DA040E

Tints of Venetian Red #DA040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 92.37%
G = 1.69%
B = 5.93%

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

#DA040E (or 0xDA040E) is known color: Venetian Red. HEX triplet: DA, 04 and 0E. RGB value is (218,4,14). Sum of RGB (Red+Green+Blue) = 218+4+14=236 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.37% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 218 - color contains mainly: red. Hex color #DA040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA040E is #25FBF1. Grayscale: #454545. Windows color (decimal): -2489330 or 918746. OLE color: 918746.

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

Color convert

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

Color Harmonies of #DA040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA040E

Black with #DA040E

Text Example


Text Example

White with #DA040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA040E; }

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

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

background-color css

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

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

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

border-color css

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

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

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