Html Css Color HEX #D8041F Venetian Red

📋 copy color: '#D8041F'

red 216 ◦ green 4 ◦ blue 31

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

Shades of Venetian Red #D8041F

Tints of Venetian Red #D8041F

RGB

 RED value IS 216 (84.77% from 255) = 86.06%

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

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

R = 86.06%
G = 1.59%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8041F (or 0xD8041F) is known color: Venetian Red. HEX triplet: D8, 04 and 1F. RGB value is (216,4,31). Sum of RGB (Red+Green+Blue) = 216+4+31=251 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.06% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 216 - color contains mainly: red. Hex color #D8041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8041F is #27FBE0. Grayscale: #464646. Windows color (decimal): -2620385 or 2032856. OLE color: 2032856.

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

Color convert

RGB 216 4 31 -
CMYK 0 0.98 0.86 0.15
HSL 352.36º 0.96% 0.43% -
HSV(B) 352.36º 0.98% 0.85% -
XYZ 28.61 14.78 2.64 -
YUV 70.47 105.74 231.8 -
System Red Green Blue C M Y K H S L
Decimal 216 4 31 0 0.98 0.86 0.15 352.36 0.96 0.43
Hex D8 4 1F 0 62 56 F 160 60 2B
Octal 330 4 37 0 142 126 17 540 140 53
Binary 11011000 100 11111 0 1100010 1010110 1111 101100000 1100000 101011

Color Harmonies of #D8041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8041F

Black with #D8041F

Text Example


Text Example

White with #D8041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8041F; }

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

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

background-color css

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

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

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

border-color css

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

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

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