Html Css Color HEX #D7050F Venetian Red

📋 copy color: '#D7050F'

red 215 ◦ green 5 ◦ blue 15

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

Shades of Venetian Red #D7050F

Tints of Venetian Red #D7050F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 91.49%
G = 2.13%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7050F (or 0xD7050F) is known color: Venetian Red. HEX triplet: D7, 05 and 0F. RGB value is (215,5,15). Sum of RGB (Red+Green+Blue) = 215+5+15=235 (31% of max value = 765). Red value is 215 (84.38% from 255 or 91.49% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 215 - color contains mainly: red. Hex color #D7050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7050F is #28FAF0. Grayscale: #454545. Windows color (decimal): -2685681 or 984535. OLE color: 984535.

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

Color convert

RGB 215 5 15 -
CMYK 0 0.98 0.93 0.16
HSL 357.14º 0.95% 0.43% -
HSV(B) 357.14º 0.98% 0.84% -
XYZ 28.16 14.59 1.78 -
YUV 68.93 97.57 232.19 -
System Red Green Blue C M Y K H S L
Decimal 215 5 15 0 0.98 0.93 0.16 357.14 0.95 0.43
Hex D7 5 F 0 62 5D 10 165 5F 2B
Octal 327 5 17 0 142 135 20 545 137 53
Binary 11010111 101 1111 0 1100010 1011101 10000 101100101 1011111 101011

Color Harmonies of #D7050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7050F

Black with #D7050F

Text Example


Text Example

White with #D7050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7050F; }

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

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

background-color css

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

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

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

border-color css

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

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

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