Html Css Color HEX #D70613 Venetian Red

📋 copy color: '#D70613'

red 215 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #D70613

Tints of Venetian Red #D70613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.5%

 BLUE value IS 19 (7.81% from 255) = 7.92%

R = 89.58%
G = 2.5%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D70613 (or 0xD70613) is known color: Venetian Red. HEX triplet: D7, 06 and 13. RGB value is (215,6,19). Sum of RGB (Red+Green+Blue) = 215+6+19=240 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.58% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 215 - color contains mainly: red. Hex color #D70613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70613 is #28F9EC. Grayscale: #464646. Windows color (decimal): -2685421 or 1246935. OLE color: 1246935.

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

Color convert

RGB 215 6 19 -
CMYK 0 0.97 0.91 0.16
HSL 356.27º 0.95% 0.43% -
HSV(B) 356.27º 0.97% 0.84% -
XYZ 28.21 14.62 1.95 -
YUV 69.97 99.24 231.44 -
System Red Green Blue C M Y K H S L
Decimal 215 6 19 0 0.97 0.91 0.16 356.27 0.95 0.43
Hex D7 6 13 0 61 5B 10 164 5F 2B
Octal 327 6 23 0 141 133 20 544 137 53
Binary 11010111 110 10011 0 1100001 1011011 10000 101100100 1011111 101011

Color Harmonies of #D70613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70613

Black with #D70613

Text Example


Text Example

White with #D70613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70613; }

 p { color: rgb(215,6,19); }

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

background-color css

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

 a { background-color: rgb(215,6,19); }

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

border-color css

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

 span { border-color: rgb(215,6,19); }

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