Html Css Color HEX #D9061E Venetian Red

📋 copy color: '#D9061E'

red 217 ◦ green 6 ◦ blue 30

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

Shades of Venetian Red #D9061E

Tints of Venetian Red #D9061E

RGB

 RED value IS 217 (85.16% from 255) = 85.77%

 GREEN value IS 6 (2.73% from 255) = 2.37%

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

R = 85.77%
G = 2.37%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9061E (or 0xD9061E) is known color: Venetian Red. HEX triplet: D9, 06 and 1E. RGB value is (217,6,30). Sum of RGB (Red+Green+Blue) = 217+6+30=253 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.77% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 217 - color contains mainly: red. Hex color #D9061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9061E is #26F9E1. Grayscale: #474747. Windows color (decimal): -2554338 or 1967833. OLE color: 1967833.

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

Color convert

RGB 217 6 30 -
CMYK 0 0.97 0.86 0.15
HSL 353.18º 0.95% 0.44% -
HSV(B) 353.18º 0.97% 0.85% -
XYZ 28.91 14.98 2.59 -
YUV 71.83 104.4 231.55 -
System Red Green Blue C M Y K H S L
Decimal 217 6 30 0 0.97 0.86 0.15 353.18 0.95 0.44
Hex D9 6 1E 0 61 56 F 161 5F 2C
Octal 331 6 36 0 141 126 17 541 137 54
Binary 11011001 110 11110 0 1100001 1010110 1111 101100001 1011111 101100

Color Harmonies of #D9061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9061E

Black with #D9061E

Text Example


Text Example

White with #D9061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9061E; }

 p { color: rgb(217,6,30); }

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

background-color css

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

 a { background-color: rgb(217,6,30); }

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

border-color css

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

 span { border-color: rgb(217,6,30); }

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