Html Css Color HEX #D3040F Venetian Red

📋 copy color: '#D3040F'

red 211 ◦ green 4 ◦ blue 15

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

Shades of Venetian Red #D3040F

Tints of Venetian Red #D3040F

RGB

 RED value IS 211 (82.81% from 255) = 91.74%

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

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

R = 91.74%
G = 1.74%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D3040F (or 0xD3040F) is known color: Venetian Red. HEX triplet: D3, 04 and 0F. RGB value is (211,4,15). Sum of RGB (Red+Green+Blue) = 211+4+15=230 (30% of max value = 765). Red value is 211 (82.81% from 255 or 91.74% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 211 - color contains mainly: red. Hex color #D3040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3040F is #2CFBF0. Grayscale: #434343. Windows color (decimal): -2948081 or 984275. OLE color: 984275.

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

Color convert

RGB 211 4 15 -
CMYK 0 0.98 0.93 0.17
HSL 356.81º 0.96% 0.42% -
HSV(B) 356.81º 0.98% 0.83% -
XYZ 26.99 13.97 1.73 -
YUV 67.15 98.58 230.61 -
System Red Green Blue C M Y K H S L
Decimal 211 4 15 0 0.98 0.93 0.17 356.81 0.96 0.42
Hex D3 4 F 0 62 5D 11 165 60 2A
Octal 323 4 17 0 142 135 21 545 140 52
Binary 11010011 100 1111 0 1100010 1011101 10001 101100101 1100000 101010

Color Harmonies of #D3040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3040F

Black with #D3040F

Text Example


Text Example

White with #D3040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3040F; }

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

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

background-color css

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

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

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

border-color css

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

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

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