Html Css Color HEX #D70213 Venetian Red

📋 copy color: '#D70213'

red 215 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #D70213

Tints of Venetian Red #D70213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 91.1%
G = 0.85%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D70213 (or 0xD70213) is known color: Venetian Red. HEX triplet: D7, 02 and 13. RGB value is (215,2,19). Sum of RGB (Red+Green+Blue) = 215+2+19=236 (31% of max value = 765). Red value is 215 (84.38% from 255 or 91.10% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 215 - color contains mainly: red. Hex color #D70213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70213 is #28FDEC. Grayscale: #434343. Windows color (decimal): -2686445 or 1245911. OLE color: 1245911.

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

Color convert

RGB 215 2 19 -
CMYK 0 0.99 0.91 0.16
HSL 355.21º 0.98% 0.43% -
HSV(B) 355.21º 0.99% 0.84% -
XYZ 28.16 14.54 1.94 -
YUV 67.63 100.57 233.12 -
System Red Green Blue C M Y K H S L
Decimal 215 2 19 0 0.99 0.91 0.16 355.21 0.98 0.43
Hex D7 2 13 0 63 5B 10 163 62 2B
Octal 327 2 23 0 143 133 20 543 142 53
Binary 11010111 10 10011 0 1100011 1011011 10000 101100011 1100010 101011

Color Harmonies of #D70213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70213

Black with #D70213

Text Example


Text Example

White with #D70213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70213; }

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

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

background-color css

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

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

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

border-color css

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

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

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