Html Css Color HEX #D70322 Venetian Red

📋 copy color: '#D70322'

red 215 ◦ green 3 ◦ blue 34

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

Shades of Venetian Red #D70322

Tints of Venetian Red #D70322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.49%

R = 85.32%
G = 1.19%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D70322 (or 0xD70322) is known color: Venetian Red. HEX triplet: D7, 03 and 22. RGB value is (215,3,34). Sum of RGB (Red+Green+Blue) = 215+3+34=252 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.32% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 215 - color contains mainly: red. Hex color #D70322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70322 is #28FCDD. Grayscale: #464646. Windows color (decimal): -2686174 or 2229207. OLE color: 2229207.

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

Color convert

RGB 215 3 34 -
CMYK 0 0.99 0.84 0.16
HSL 351.23º 0.97% 0.43% -
HSV(B) 351.23º 0.99% 0.84% -
XYZ 28.35 14.63 2.84 -
YUV 69.92 107.74 231.48 -
System Red Green Blue C M Y K H S L
Decimal 215 3 34 0 0.99 0.84 0.16 351.23 0.97 0.43
Hex D7 3 22 0 63 54 10 15F 61 2B
Octal 327 3 42 0 143 124 20 537 141 53
Binary 11010111 11 100010 0 1100011 1010100 10000 101011111 1100001 101011

Color Harmonies of #D70322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70322

Black with #D70322

Text Example


Text Example

White with #D70322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70322; }

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

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

background-color css

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

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

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

border-color css

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

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

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