Html Css Color HEX #D7000A Venetian Red

📋 copy color: '#D7000A'

red 215 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #D7000A

Tints of Venetian Red #D7000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.56%
G = 0%
B = 4.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7000A (or 0xD7000A) is known color: Venetian Red. HEX triplet: D7, 00 and 0A. RGB value is (215,0,10). Sum of RGB (Red+Green+Blue) = 215+0+10=225 (29% of max value = 765). Red value is 215 (84.38% from 255 or 95.56% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 215 - color contains mainly: red. Hex color #D7000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7000A is #28FFF5. Grayscale: #414141. Windows color (decimal): -2686966 or 655575. OLE color: 655575.

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

Color convert

RGB 215 0 10 -
CMYK 0 1 0.95 0.16
HSL 357.21º 1% 0.42% -
HSV(B) 357.21º 1% 0.84% -
XYZ 28.08 14.47 1.6 -
YUV 65.43 96.73 234.69 -
System Red Green Blue C M Y K H S L
Decimal 215 0 10 0 1 0.95 0.16 357.21 1 0.42
Hex D7 0 A 0 64 5F 10 165 64 2A
Octal 327 0 12 0 144 137 20 545 144 52
Binary 11010111 0 1010 0 1100100 1011111 10000 101100101 1100100 101010

Color Harmonies of #D7000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7000A

Black with #D7000A

Text Example


Text Example

White with #D7000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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