Html Css Color HEX #D7040B Venetian Red

📋 copy color: '#D7040B'

red 215 ◦ green 4 ◦ blue 11

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

Shades of Venetian Red #D7040B

Tints of Venetian Red #D7040B

RGB

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

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

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

R = 93.48%
G = 1.74%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7040B (or 0xD7040B) is known color: Venetian Red. HEX triplet: D7, 04 and 0B. RGB value is (215,4,11). Sum of RGB (Red+Green+Blue) = 215+4+11=230 (30% of max value = 765). Red value is 215 (84.38% from 255 or 93.48% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 215 - color contains mainly: red. Hex color #D7040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7040B is #28FBF4. Grayscale: #444444. Windows color (decimal): -2685941 or 722135. OLE color: 722135.

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

Color convert

RGB 215 4 11 -
CMYK 0 0.98 0.95 0.16
HSL 358.01º 0.96% 0.43% -
HSV(B) 358.01º 0.98% 0.84% -
XYZ 28.13 14.56 1.64 -
YUV 67.89 95.9 232.93 -
System Red Green Blue C M Y K H S L
Decimal 215 4 11 0 0.98 0.95 0.16 358.01 0.96 0.43
Hex D7 4 B 0 62 5F 10 166 60 2B
Octal 327 4 13 0 142 137 20 546 140 53
Binary 11010111 100 1011 0 1100010 1011111 10000 101100110 1100000 101011

Color Harmonies of #D7040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7040B

Black with #D7040B

Text Example


Text Example

White with #D7040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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