Html Css Color HEX #D7041E Venetian Red

📋 copy color: '#D7041E'

red 215 ◦ green 4 ◦ blue 30

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

Shades of Venetian Red #D7041E

Tints of Venetian Red #D7041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.05%

R = 86.35%
G = 1.61%
B = 12.05%

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

#D7041E (or 0xD7041E) is known color: Venetian Red. HEX triplet: D7, 04 and 1E. RGB value is (215,4,30). Sum of RGB (Red+Green+Blue) = 215+4+30=249 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.35% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 215 - color contains mainly: red. Hex color #D7041E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7041E is #28FBE1. Grayscale: #464646. Windows color (decimal): -2685922 or 1967319. OLE color: 1967319.

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

Color convert

RGB 215 4 30 -
CMYK 0 0.98 0.86 0.16
HSL 352.61º 0.96% 0.43% -
HSV(B) 352.61º 0.98% 0.84% -
XYZ 28.3 14.63 2.56 -
YUV 70.05 105.4 231.39 -
System Red Green Blue C M Y K H S L
Decimal 215 4 30 0 0.98 0.86 0.16 352.61 0.96 0.43
Hex D7 4 1E 0 62 56 10 161 60 2B
Octal 327 4 36 0 142 126 20 541 140 53
Binary 11010111 100 11110 0 1100010 1010110 10000 101100001 1100000 101011

Color Harmonies of #D7041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7041E

Black with #D7041E

Text Example


Text Example

White with #D7041E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7041E; }

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

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

background-color css

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

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

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

border-color css

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

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

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