Html Css Color HEX #D80114 Venetian Red

📋 copy color: '#D80114'

red 216 ◦ green 1 ◦ blue 20

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

Shades of Venetian Red #D80114

Tints of Venetian Red #D80114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 91.14%
G = 0.42%
B = 8.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D80114 (or 0xD80114) is known color: Venetian Red. HEX triplet: D8, 01 and 14. RGB value is (216,1,20). Sum of RGB (Red+Green+Blue) = 216+1+20=237 (31% of max value = 765). Red value is 216 (84.77% from 255 or 91.14% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 216 - color contains mainly: red. Hex color #D80114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80114 is #27FEEB. Grayscale: #434343. Windows color (decimal): -2621164 or 1311192. OLE color: 1311192.

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

Color convert

RGB 216 1 20 -
CMYK 0 1.00 0.91 0.15
HSL 354.7º 0.99% 0.43% -
HSV(B) 354.7º 1% 0.85% -
XYZ 28.46 14.67 1.99 -
YUV 67.45 101.23 233.96 -
System Red Green Blue C M Y K H S L
Decimal 216 1 20 0 1.00 0.91 0.15 354.7 0.99 0.43
Hex D8 1 14 0 64 5B F 163 63 2B
Octal 330 1 24 0 144 133 17 543 143 53
Binary 11011000 1 10100 0 1100100 1011011 1111 101100011 1100011 101011

Color Harmonies of #D80114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80114

Black with #D80114

Text Example


Text Example

White with #D80114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80114; }

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

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

background-color css

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

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

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

border-color css

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

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

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