Html Css Color HEX #D2041E Venetian Red

📋 copy color: '#D2041E'

red 210 ◦ green 4 ◦ blue 30

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

Shades of Venetian Red #D2041E

Tints of Venetian Red #D2041E

RGB

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

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

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

R = 86.07%
G = 1.64%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2041E (or 0xD2041E) is known color: Venetian Red. HEX triplet: D2, 04 and 1E. RGB value is (210,4,30). Sum of RGB (Red+Green+Blue) = 210+4+30=244 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.07% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 210 - color contains mainly: red. Hex color #D2041E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2041E is #2DFBE1. Grayscale: #444444. Windows color (decimal): -3013602 or 1967314. OLE color: 1967314.

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

Color convert

RGB 210 4 30 -
CMYK 0 0.98 0.86 0.18
HSL 352.43º 0.96% 0.42% -
HSV(B) 352.43º 0.98% 0.82% -
XYZ 26.86 13.88 2.49 -
YUV 68.56 106.25 228.89 -
System Red Green Blue C M Y K H S L
Decimal 210 4 30 0 0.98 0.86 0.18 352.43 0.96 0.42
Hex D2 4 1E 0 62 56 12 160 60 2A
Octal 322 4 36 0 142 126 22 540 140 52
Binary 11010010 100 11110 0 1100010 1010110 10010 101100000 1100000 101010

Color Harmonies of #D2041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2041E

Black with #D2041E

Text Example


Text Example

White with #D2041E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2041E; }

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

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

background-color css

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

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

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

border-color css

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

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

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