Html Css Color HEX #D70104 Venetian Red

📋 copy color: '#D70104'

red 215 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #D70104

Tints of Venetian Red #D70104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.82%

R = 97.73%
G = 0.45%
B = 1.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D70104 (or 0xD70104) is known color: Venetian Red. HEX triplet: D7, 01 and 04. RGB value is (215,1,4). Sum of RGB (Red+Green+Blue) = 215+1+4=220 (29% of max value = 765). Red value is 215 (84.38% from 255 or 97.73% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 215 - color contains mainly: red. Hex color #D70104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70104 is #28FEFB. Grayscale: #414141. Windows color (decimal): -2686716 or 262615. OLE color: 262615.

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

Color convert

RGB 215 1 4 -
CMYK 0 1.00 0.98 0.16
HSL 359.16º 0.99% 0.42% -
HSV(B) 359.16º 1% 0.84% -
XYZ 28.06 14.48 1.43 -
YUV 65.33 93.4 234.76 -
System Red Green Blue C M Y K H S L
Decimal 215 1 4 0 1.00 0.98 0.16 359.16 0.99 0.42
Hex D7 1 4 0 64 62 10 167 63 2A
Octal 327 1 4 0 144 142 20 547 143 52
Binary 11010111 1 100 0 1100100 1100010 10000 101100111 1100011 101010

Color Harmonies of #D70104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70104

Black with #D70104

Text Example


Text Example

White with #D70104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70104; }

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

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

background-color css

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

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

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

border-color css

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

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

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