Html Css Color HEX #D7050B Venetian Red

📋 copy color: '#D7050B'

red 215 ◦ green 5 ◦ blue 11

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

Shades of Venetian Red #D7050B

Tints of Venetian Red #D7050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 93.07%
G = 2.16%
B = 4.76%

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

#D7050B (or 0xD7050B) is known color: Venetian Red. HEX triplet: D7, 05 and 0B. RGB value is (215,5,11). Sum of RGB (Red+Green+Blue) = 215+5+11=231 (30% of max value = 765). Red value is 215 (84.38% from 255 or 93.07% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 215 - color contains mainly: red. Hex color #D7050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7050B is #28FAF4. Grayscale: #444444. Windows color (decimal): -2685685 or 722391. OLE color: 722391.

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

Color convert

RGB 215 5 11 -
CMYK 0 0.98 0.95 0.16
HSL 358.29º 0.95% 0.43% -
HSV(B) 358.29º 0.98% 0.84% -
XYZ 28.14 14.58 1.65 -
YUV 68.47 95.57 232.51 -
System Red Green Blue C M Y K H S L
Decimal 215 5 11 0 0.98 0.95 0.16 358.29 0.95 0.43
Hex D7 5 B 0 62 5F 10 166 5F 2B
Octal 327 5 13 0 142 137 20 546 137 53
Binary 11010111 101 1011 0 1100010 1011111 10000 101100110 1011111 101011

Color Harmonies of #D7050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7050B

Black with #D7050B

Text Example


Text Example

White with #D7050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7050B; }

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

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

background-color css

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

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

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

border-color css

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

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

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