Html Css Color HEX #D70103 Venetian Red

📋 copy color: '#D70103'

red 215 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #D70103

Tints of Venetian Red #D70103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.37%

R = 98.17%
G = 0.46%
B = 1.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D70103 (or 0xD70103) is known color: Venetian Red. HEX triplet: D7, 01 and 03. RGB value is (215,1,3). Sum of RGB (Red+Green+Blue) = 215+1+3=219 (29% of max value = 765). Red value is 215 (84.38% from 255 or 98.17% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 215 - color contains mainly: red. Hex color #D70103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70103 is #28FEFC. Grayscale: #414141. Windows color (decimal): -2686717 or 197079. OLE color: 197079.

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

Color convert

RGB 215 1 3 -
CMYK 0 1.00 0.99 0.16
HSL 359.44º 0.99% 0.42% -
HSV(B) 359.44º 1% 0.84% -
XYZ 28.05 14.48 1.4 -
YUV 65.21 92.9 234.84 -
System Red Green Blue C M Y K H S L
Decimal 215 1 3 0 1.00 0.99 0.16 359.44 0.99 0.42
Hex D7 1 3 0 64 63 10 167 63 2A
Octal 327 1 3 0 144 143 20 547 143 52
Binary 11010111 1 11 0 1100100 1100011 10000 101100111 1100011 101010

Color Harmonies of #D70103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70103

Black with #D70103

Text Example


Text Example

White with #D70103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70103; }

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

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

background-color css

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

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

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

border-color css

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

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

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