Html Css Color HEX #D70314 Venetian Red

📋 copy color: '#D70314'

red 215 ◦ green 3 ◦ blue 20

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

Shades of Venetian Red #D70314

Tints of Venetian Red #D70314

RGB

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

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

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

R = 90.34%
G = 1.26%
B = 8.4%

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

#D70314 (or 0xD70314) is known color: Venetian Red. HEX triplet: D7, 03 and 14. RGB value is (215,3,20). Sum of RGB (Red+Green+Blue) = 215+3+20=238 (31% of max value = 765). Red value is 215 (84.38% from 255 or 90.34% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 215 - color contains mainly: red. Hex color #D70314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70314 is #28FCEB. Grayscale: #444444. Windows color (decimal): -2686188 or 1311703. OLE color: 1311703.

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

Color convert

RGB 215 3 20 -
CMYK 0 0.99 0.91 0.16
HSL 355.19º 0.97% 0.43% -
HSV(B) 355.19º 0.99% 0.84% -
XYZ 28.18 14.56 1.99 -
YUV 68.33 100.74 232.62 -
System Red Green Blue C M Y K H S L
Decimal 215 3 20 0 0.99 0.91 0.16 355.19 0.97 0.43
Hex D7 3 14 0 63 5B 10 163 61 2B
Octal 327 3 24 0 143 133 20 543 141 53
Binary 11010111 11 10100 0 1100011 1011011 10000 101100011 1100001 101011

Color Harmonies of #D70314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70314

Black with #D70314

Text Example


Text Example

White with #D70314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70314; }

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

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

background-color css

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

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

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

border-color css

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

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

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