Html Css Color HEX #D80314 Venetian Red

📋 copy color: '#D80314'

red 216 ◦ green 3 ◦ blue 20

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

Shades of Venetian Red #D80314

Tints of Venetian Red #D80314

RGB

 RED value IS 216 (84.77% from 255) = 90.38%

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

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

R = 90.38%
G = 1.26%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D80314 (or 0xD80314) is known color: Venetian Red. HEX triplet: D8, 03 and 14. RGB value is (216,3,20). Sum of RGB (Red+Green+Blue) = 216+3+20=239 (31% of max value = 765). Red value is 216 (84.77% from 255 or 90.38% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 216 - color contains mainly: red. Hex color #D80314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80314 is #27FCEB. Grayscale: #444444. Windows color (decimal): -2620652 or 1311704. OLE color: 1311704.

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

Color convert

RGB 216 3 20 -
CMYK 0 0.99 0.91 0.15
HSL 355.21º 0.97% 0.43% -
HSV(B) 355.21º 0.99% 0.85% -
XYZ 28.48 14.71 2 -
YUV 68.63 100.57 233.12 -
System Red Green Blue C M Y K H S L
Decimal 216 3 20 0 0.99 0.91 0.15 355.21 0.97 0.43
Hex D8 3 14 0 63 5B F 163 61 2B
Octal 330 3 24 0 143 133 17 543 141 53
Binary 11011000 11 10100 0 1100011 1011011 1111 101100011 1100001 101011

Color Harmonies of #D80314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80314

Black with #D80314

Text Example


Text Example

White with #D80314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80314; }

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

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

background-color css

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

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

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

border-color css

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

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

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