Html Css Color HEX #D7011A Venetian Red

📋 copy color: '#D7011A'

red 215 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #D7011A

Tints of Venetian Red #D7011A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.74%

R = 88.84%
G = 0.41%
B = 10.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7011A (or 0xD7011A) is known color: Venetian Red. HEX triplet: D7, 01 and 1A. RGB value is (215,1,26). Sum of RGB (Red+Green+Blue) = 215+1+26=242 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.84% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 215 - color contains mainly: red. Hex color #D7011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7011A is #28FEE5. Grayscale: #434343. Windows color (decimal): -2686694 or 1704407. OLE color: 1704407.

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

Color convert

RGB 215 1 26 -
CMYK 0 1.00 0.88 0.16
HSL 352.99º 0.99% 0.42% -
HSV(B) 352.99º 1% 0.84% -
XYZ 28.22 14.54 2.3 -
YUV 67.84 104.4 232.97 -
System Red Green Blue C M Y K H S L
Decimal 215 1 26 0 1.00 0.88 0.16 352.99 0.99 0.42
Hex D7 1 1A 0 64 58 10 161 63 2A
Octal 327 1 32 0 144 130 20 541 143 52
Binary 11010111 1 11010 0 1100100 1011000 10000 101100001 1100011 101010

Color Harmonies of #D7011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7011A

Black with #D7011A

Text Example


Text Example

White with #D7011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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