Html Css Color HEX #D7041C Venetian Red

📋 copy color: '#D7041C'

red 215 ◦ green 4 ◦ blue 28

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

Shades of Venetian Red #D7041C

Tints of Venetian Red #D7041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.34%

R = 87.04%
G = 1.62%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7041C (or 0xD7041C) is known color: Venetian Red. HEX triplet: D7, 04 and 1C. RGB value is (215,4,28). Sum of RGB (Red+Green+Blue) = 215+4+28=247 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.04% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 215 - color contains mainly: red. Hex color #D7041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7041C is #28FBE3. Grayscale: #454545. Windows color (decimal): -2685924 or 1836247. OLE color: 1836247.

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

Color convert

RGB 215 4 28 -
CMYK 0 0.98 0.87 0.16
HSL 353.18º 0.96% 0.43% -
HSV(B) 353.18º 0.98% 0.84% -
XYZ 28.28 14.62 2.43 -
YUV 69.83 104.4 231.55 -
System Red Green Blue C M Y K H S L
Decimal 215 4 28 0 0.98 0.87 0.16 353.18 0.96 0.43
Hex D7 4 1C 0 62 57 10 161 60 2B
Octal 327 4 34 0 142 127 20 541 140 53
Binary 11010111 100 11100 0 1100010 1010111 10000 101100001 1100000 101011

Color Harmonies of #D7041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7041C

Black with #D7041C

Text Example


Text Example

White with #D7041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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