Html Css Color HEX #D7070A Venetian Red

📋 copy color: '#D7070A'

red 215 ◦ green 7 ◦ blue 10

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

Shades of Venetian Red #D7070A

Tints of Venetian Red #D7070A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.31%

R = 92.67%
G = 3.02%
B = 4.31%

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

#D7070A (or 0xD7070A) is known color: Venetian Red. HEX triplet: D7, 07 and 0A. RGB value is (215,7,10). Sum of RGB (Red+Green+Blue) = 215+7+10=232 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.67% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 215 - color contains mainly: red. Hex color #D7070A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7070A is #28F8F5. Grayscale: #454545. Windows color (decimal): -2685174 or 657367. OLE color: 657367.

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

Color convert

RGB 215 7 10 -
CMYK 0 0.97 0.95 0.16
HSL 359.13º 0.94% 0.44% -
HSV(B) 359.13º 0.97% 0.84% -
XYZ 28.16 14.62 1.63 -
YUV 69.53 94.41 231.76 -
System Red Green Blue C M Y K H S L
Decimal 215 7 10 0 0.97 0.95 0.16 359.13 0.94 0.44
Hex D7 7 A 0 61 5F 10 167 5E 2C
Octal 327 7 12 0 141 137 20 547 136 54
Binary 11010111 111 1010 0 1100001 1011111 10000 101100111 1011110 101100

Color Harmonies of #D7070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7070A

Black with #D7070A

Text Example


Text Example

White with #D7070A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7070A; }

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

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

background-color css

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

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

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

border-color css

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

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

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