Html Css Color HEX #D2040F Venetian Red

📋 copy color: '#D2040F'

red 210 ◦ green 4 ◦ blue 15

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

Shades of Venetian Red #D2040F

Tints of Venetian Red #D2040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 91.7%
G = 1.75%
B = 6.55%

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

#D2040F (or 0xD2040F) is known color: Venetian Red. HEX triplet: D2, 04 and 0F. RGB value is (210,4,15). Sum of RGB (Red+Green+Blue) = 210+4+15=229 (30% of max value = 765). Red value is 210 (82.42% from 255 or 91.70% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 210 - color contains mainly: red. Hex color #D2040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2040F is #2DFBF0. Grayscale: #434343. Windows color (decimal): -3013617 or 984274. OLE color: 984274.

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

Color convert

RGB 210 4 15 -
CMYK 0 0.98 0.93 0.18
HSL 356.8º 0.96% 0.42% -
HSV(B) 356.8º 0.98% 0.82% -
XYZ 26.71 13.82 1.71 -
YUV 66.85 98.75 230.11 -
System Red Green Blue C M Y K H S L
Decimal 210 4 15 0 0.98 0.93 0.18 356.8 0.96 0.42
Hex D2 4 F 0 62 5D 12 165 60 2A
Octal 322 4 17 0 142 135 22 545 140 52
Binary 11010010 100 1111 0 1100010 1011101 10010 101100101 1100000 101010

Color Harmonies of #D2040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2040F

Black with #D2040F

Text Example


Text Example

White with #D2040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2040F; }

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

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

background-color css

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

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

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

border-color css

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

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

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