Html Css Color HEX #D2040D Venetian Red

📋 copy color: '#D2040D'

red 210 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #D2040D

Tints of Venetian Red #D2040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 92.51%
G = 1.76%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2040D (or 0xD2040D) is known color: Venetian Red. HEX triplet: D2, 04 and 0D. RGB value is (210,4,13). Sum of RGB (Red+Green+Blue) = 210+4+13=227 (30% of max value = 765). Red value is 210 (82.42% from 255 or 92.51% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 210 - color contains mainly: red. Hex color #D2040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2040D is #2DFBF2. Grayscale: #424242. Windows color (decimal): -3013619 or 853202. OLE color: 853202.

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

Color convert

RGB 210 4 13 -
CMYK 0 0.98 0.94 0.18
HSL 357.38º 0.96% 0.42% -
HSV(B) 357.38º 0.98% 0.82% -
XYZ 26.69 13.82 1.64 -
YUV 66.62 97.75 230.27 -
System Red Green Blue C M Y K H S L
Decimal 210 4 13 0 0.98 0.94 0.18 357.38 0.96 0.42
Hex D2 4 D 0 62 5E 12 165 60 2A
Octal 322 4 15 0 142 136 22 545 140 52
Binary 11010010 100 1101 0 1100010 1011110 10010 101100101 1100000 101010

Color Harmonies of #D2040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2040D

Black with #D2040D

Text Example


Text Example

White with #D2040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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