Html Css Color HEX #D70214 Venetian Red

📋 copy color: '#D70214'

red 215 ◦ green 2 ◦ blue 20

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

Shades of Venetian Red #D70214

Tints of Venetian Red #D70214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.44%

R = 90.72%
G = 0.84%
B = 8.44%

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

#D70214 (or 0xD70214) is known color: Venetian Red. HEX triplet: D7, 02 and 14. RGB value is (215,2,20). Sum of RGB (Red+Green+Blue) = 215+2+20=237 (31% of max value = 765). Red value is 215 (84.38% from 255 or 90.72% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 215 - color contains mainly: red. Hex color #D70214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70214 is #28FDEB. Grayscale: #434343. Windows color (decimal): -2686444 or 1311447. OLE color: 1311447.

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

Color convert

RGB 215 2 20 -
CMYK 0 0.99 0.91 0.16
HSL 354.93º 0.98% 0.43% -
HSV(B) 354.93º 0.99% 0.84% -
XYZ 28.17 14.54 1.98 -
YUV 67.74 101.07 233.04 -
System Red Green Blue C M Y K H S L
Decimal 215 2 20 0 0.99 0.91 0.16 354.93 0.98 0.43
Hex D7 2 14 0 63 5B 10 163 62 2B
Octal 327 2 24 0 143 133 20 543 142 53
Binary 11010111 10 10100 0 1100011 1011011 10000 101100011 1100010 101011

Color Harmonies of #D70214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70214

Black with #D70214

Text Example


Text Example

White with #D70214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70214; }

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

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

background-color css

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

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

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

border-color css

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

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

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