Html Css Color HEX #D70320 Venetian Red

📋 copy color: '#D70320'

red 215 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #D70320

Tints of Venetian Red #D70320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

 BLUE value IS 32 (12.89% from 255) = 12.8%

R = 86%
G = 1.2%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D70320 (or 0xD70320) is known color: Venetian Red. HEX triplet: D7, 03 and 20. RGB value is (215,3,32). Sum of RGB (Red+Green+Blue) = 215+3+32=250 (33% of max value = 765). Red value is 215 (84.38% from 255 or 86% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 215 - color contains mainly: red. Hex color #D70320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70320 is #28FCDF. Grayscale: #454545. Windows color (decimal): -2686176 or 2098135. OLE color: 2098135.

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

Color convert

RGB 215 3 32 -
CMYK 0 0.99 0.85 0.16
HSL 351.79º 0.97% 0.43% -
HSV(B) 351.79º 0.99% 0.84% -
XYZ 28.32 14.62 2.7 -
YUV 69.69 106.74 231.64 -
System Red Green Blue C M Y K H S L
Decimal 215 3 32 0 0.99 0.85 0.16 351.79 0.97 0.43
Hex D7 3 20 0 63 55 10 160 61 2B
Octal 327 3 40 0 143 125 20 540 141 53
Binary 11010111 11 100000 0 1100011 1010101 10000 101100000 1100001 101011

Color Harmonies of #D70320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70320

Black with #D70320

Text Example


Text Example

White with #D70320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70320; }

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

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

background-color css

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

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

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

border-color css

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

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

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