Html Css Color HEX #D7040F Venetian Red

📋 copy color: '#D7040F'

red 215 ◦ green 4 ◦ blue 15

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

Shades of Venetian Red #D7040F

Tints of Venetian Red #D7040F

RGB

 RED value IS 215 (84.38% from 255) = 91.88%

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

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

R = 91.88%
G = 1.71%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7040F (or 0xD7040F) is known color: Venetian Red. HEX triplet: D7, 04 and 0F. RGB value is (215,4,15). Sum of RGB (Red+Green+Blue) = 215+4+15=234 (30% of max value = 765). Red value is 215 (84.38% from 255 or 91.88% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 215 - color contains mainly: red. Hex color #D7040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7040F is #28FBF0. Grayscale: #444444. Windows color (decimal): -2685937 or 984279. OLE color: 984279.

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

Color convert

RGB 215 4 15 -
CMYK 0 0.98 0.93 0.16
HSL 356.87º 0.96% 0.43% -
HSV(B) 356.87º 0.98% 0.84% -
XYZ 28.15 14.57 1.78 -
YUV 68.34 97.9 232.61 -
System Red Green Blue C M Y K H S L
Decimal 215 4 15 0 0.98 0.93 0.16 356.87 0.96 0.43
Hex D7 4 F 0 62 5D 10 165 60 2B
Octal 327 4 17 0 142 135 20 545 140 53
Binary 11010111 100 1111 0 1100010 1011101 10000 101100101 1100000 101011

Color Harmonies of #D7040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7040F

Black with #D7040F

Text Example


Text Example

White with #D7040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7040F; }

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

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

background-color css

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

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

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

border-color css

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

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

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