Html Css Color HEX #D7041F Venetian Red

📋 copy color: '#D7041F'

red 215 ◦ green 4 ◦ blue 31

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

Shades of Venetian Red #D7041F

Tints of Venetian Red #D7041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.4%

R = 86%
G = 1.6%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7041F (or 0xD7041F) is known color: Venetian Red. HEX triplet: D7, 04 and 1F. RGB value is (215,4,31). Sum of RGB (Red+Green+Blue) = 215+4+31=250 (33% of max value = 765). Red value is 215 (84.38% from 255 or 86% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 215 - color contains mainly: red. Hex color #D7041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7041F is #28FBE0. Grayscale: #464646. Windows color (decimal): -2685921 or 2032855. OLE color: 2032855.

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

Color convert

RGB 215 4 31 -
CMYK 0 0.98 0.86 0.16
HSL 352.32º 0.96% 0.43% -
HSV(B) 352.32º 0.98% 0.84% -
XYZ 28.32 14.63 2.63 -
YUV 70.17 105.9 231.3 -
System Red Green Blue C M Y K H S L
Decimal 215 4 31 0 0.98 0.86 0.16 352.32 0.96 0.43
Hex D7 4 1F 0 62 56 10 160 60 2B
Octal 327 4 37 0 142 126 20 540 140 53
Binary 11010111 100 11111 0 1100010 1010110 10000 101100000 1100000 101011

Color Harmonies of #D7041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7041F

Black with #D7041F

Text Example


Text Example

White with #D7041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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