Html Css Color HEX #D7041A Venetian Red

📋 copy color: '#D7041A'

red 215 ◦ green 4 ◦ blue 26

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

Shades of Venetian Red #D7041A

Tints of Venetian Red #D7041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.61%

R = 87.76%
G = 1.63%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7041A (or 0xD7041A) is known color: Venetian Red. HEX triplet: D7, 04 and 1A. RGB value is (215,4,26). Sum of RGB (Red+Green+Blue) = 215+4+26=245 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.76% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 215 - color contains mainly: red. Hex color #D7041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7041A is #28FBE5. Grayscale: #454545. Windows color (decimal): -2685926 or 1705175. OLE color: 1705175.

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

Color convert

RGB 215 4 26 -
CMYK 0 0.98 0.88 0.16
HSL 353.74º 0.96% 0.43% -
HSV(B) 353.74º 0.98% 0.84% -
XYZ 28.25 14.61 2.31 -
YUV 69.6 103.4 231.71 -
System Red Green Blue C M Y K H S L
Decimal 215 4 26 0 0.98 0.88 0.16 353.74 0.96 0.43
Hex D7 4 1A 0 62 58 10 162 60 2B
Octal 327 4 32 0 142 130 20 542 140 53
Binary 11010111 100 11010 0 1100010 1011000 10000 101100010 1100000 101011

Color Harmonies of #D7041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7041A

Black with #D7041A

Text Example


Text Example

White with #D7041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7041A; }

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

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

background-color css

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

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

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

border-color css

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

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

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