Html Css Color HEX #D2040E Venetian Red

📋 copy color: '#D2040E'

red 210 ◦ green 4 ◦ blue 14

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

Shades of Venetian Red #D2040E

Tints of Venetian Red #D2040E

RGB

 RED value IS 210 (82.42% from 255) = 92.11%

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

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

R = 92.11%
G = 1.75%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2040E (or 0xD2040E) is known color: Venetian Red. HEX triplet: D2, 04 and 0E. RGB value is (210,4,14). Sum of RGB (Red+Green+Blue) = 210+4+14=228 (30% of max value = 765). Red value is 210 (82.42% from 255 or 92.11% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 210 - color contains mainly: red. Hex color #D2040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2040E is #2DFBF1. Grayscale: #424242. Windows color (decimal): -3013618 or 918738. OLE color: 918738.

HSL color Cylindrical-coordinate representation of color #D2040E: hue angle of 357.09º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2040E is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 4 14 -
CMYK 0 0.98 0.93 0.18
HSL 357.09º 0.96% 0.42% -
HSV(B) 357.09º 0.98% 0.82% -
XYZ 26.7 13.82 1.68 -
YUV 66.73 98.25 230.19 -
System Red Green Blue C M Y K H S L
Decimal 210 4 14 0 0.98 0.93 0.18 357.09 0.96 0.42
Hex D2 4 E 0 62 5D 12 165 60 2A
Octal 322 4 16 0 142 135 22 545 140 52
Binary 11010010 100 1110 0 1100010 1011101 10010 101100101 1100000 101010

Color Harmonies of #D2040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2040E

Black with #D2040E

Text Example


Text Example

White with #D2040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2040E; }

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

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

background-color css

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

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

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

border-color css

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

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

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