Html Css Color HEX #D2040C Venetian Red

📋 copy color: '#D2040C'

red 210 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #D2040C

Tints of Venetian Red #D2040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.31%

R = 92.92%
G = 1.77%
B = 5.31%

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

#D2040C (or 0xD2040C) is known color: Venetian Red. HEX triplet: D2, 04 and 0C. RGB value is (210,4,12). Sum of RGB (Red+Green+Blue) = 210+4+12=226 (29% of max value = 765). Red value is 210 (82.42% from 255 or 92.92% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 210 - color contains mainly: red. Hex color #D2040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2040C is #2DFBF3. Grayscale: #424242. Windows color (decimal): -3013620 or 787666. OLE color: 787666.

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

Color convert

RGB 210 4 12 -
CMYK 0 0.98 0.94 0.18
HSL 357.67º 0.96% 0.42% -
HSV(B) 357.67º 0.98% 0.82% -
XYZ 26.69 13.82 1.61 -
YUV 66.51 97.25 230.35 -
System Red Green Blue C M Y K H S L
Decimal 210 4 12 0 0.98 0.94 0.18 357.67 0.96 0.42
Hex D2 4 C 0 62 5E 12 166 60 2A
Octal 322 4 14 0 142 136 22 546 140 52
Binary 11010010 100 1100 0 1100010 1011110 10010 101100110 1100000 101010

Color Harmonies of #D2040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2040C

Black with #D2040C

Text Example


Text Example

White with #D2040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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