Html Css Color HEX #D9040B Venetian Red

📋 copy color: '#D9040B'

red 217 ◦ green 4 ◦ blue 11

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

Shades of Venetian Red #D9040B

Tints of Venetian Red #D9040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.74%

R = 93.53%
G = 1.72%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9040B (or 0xD9040B) is known color: Venetian Red. HEX triplet: D9, 04 and 0B. RGB value is (217,4,11). Sum of RGB (Red+Green+Blue) = 217+4+11=232 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.53% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 217 - color contains mainly: red. Hex color #D9040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9040B is #26FBF4. Grayscale: #444444. Windows color (decimal): -2554869 or 722137. OLE color: 722137.

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

Color convert

RGB 217 4 11 -
CMYK 0 0.98 0.95 0.15
HSL 358.03º 0.96% 0.43% -
HSV(B) 358.03º 0.98% 0.85% -
XYZ 28.72 14.86 1.67 -
YUV 68.49 95.57 233.93 -
System Red Green Blue C M Y K H S L
Decimal 217 4 11 0 0.98 0.95 0.15 358.03 0.96 0.43
Hex D9 4 B 0 62 5F F 166 60 2B
Octal 331 4 13 0 142 137 17 546 140 53
Binary 11011001 100 1011 0 1100010 1011111 1111 101100110 1100000 101011

Color Harmonies of #D9040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9040B

Black with #D9040B

Text Example


Text Example

White with #D9040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9040B; }

 p { color: rgb(217,4,11); }

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

background-color css

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

 a { background-color: rgb(217,4,11); }

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

border-color css

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

 span { border-color: rgb(217,4,11); }

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