Html Css Color HEX #D7070B Venetian Red

📋 copy color: '#D7070B'

red 215 ◦ green 7 ◦ blue 11

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

Shades of Venetian Red #D7070B

Tints of Venetian Red #D7070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3%

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

R = 92.27%
G = 3%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7070B (or 0xD7070B) is known color: Venetian Red. HEX triplet: D7, 07 and 0B. RGB value is (215,7,11). Sum of RGB (Red+Green+Blue) = 215+7+11=233 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.27% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 215 - color contains mainly: red. Hex color #D7070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7070B is #28F8F4. Grayscale: #454545. Windows color (decimal): -2685173 or 722903. OLE color: 722903.

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

Color convert

RGB 215 7 11 -
CMYK 0 0.97 0.95 0.16
HSL 358.85º 0.94% 0.44% -
HSV(B) 358.85º 0.97% 0.84% -
XYZ 28.16 14.62 1.65 -
YUV 69.65 94.91 231.67 -
System Red Green Blue C M Y K H S L
Decimal 215 7 11 0 0.97 0.95 0.16 358.85 0.94 0.44
Hex D7 7 B 0 61 5F 10 167 5E 2C
Octal 327 7 13 0 141 137 20 547 136 54
Binary 11010111 111 1011 0 1100001 1011111 10000 101100111 1011110 101100

Color Harmonies of #D7070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7070B

Black with #D7070B

Text Example


Text Example

White with #D7070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7070B; }

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

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

background-color css

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

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

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

border-color css

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

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

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