Html Css Color HEX #D7010A Venetian Red

📋 copy color: '#D7010A'

red 215 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #D7010A

Tints of Venetian Red #D7010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 95.13%
G = 0.44%
B = 4.42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7010A (or 0xD7010A) is known color: Venetian Red. HEX triplet: D7, 01 and 0A. RGB value is (215,1,10). Sum of RGB (Red+Green+Blue) = 215+1+10=226 (29% of max value = 765). Red value is 215 (84.38% from 255 or 95.13% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 215 - color contains mainly: red. Hex color #D7010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7010A is #28FEF5. Grayscale: #424242. Windows color (decimal): -2686710 or 655831. OLE color: 655831.

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

Color convert

RGB 215 1 10 -
CMYK 0 1.00 0.95 0.16
HSL 357.48º 0.99% 0.42% -
HSV(B) 357.48º 1% 0.84% -
XYZ 28.09 14.49 1.6 -
YUV 66.01 96.4 234.27 -
System Red Green Blue C M Y K H S L
Decimal 215 1 10 0 1.00 0.95 0.16 357.48 0.99 0.42
Hex D7 1 A 0 64 5F 10 165 63 2A
Octal 327 1 12 0 144 137 20 545 143 52
Binary 11010111 1 1010 0 1100100 1011111 10000 101100101 1100011 101010

Color Harmonies of #D7010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7010A

Black with #D7010A

Text Example


Text Example

White with #D7010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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