Html Css Color HEX #D8021A Venetian Red

📋 copy color: '#D8021A'

red 216 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #D8021A

Tints of Venetian Red #D8021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.66%

R = 88.52%
G = 0.82%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8021A (or 0xD8021A) is known color: Venetian Red. HEX triplet: D8, 02 and 1A. RGB value is (216,2,26). Sum of RGB (Red+Green+Blue) = 216+2+26=244 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.52% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 216 - color contains mainly: red. Hex color #D8021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8021A is #27FDE5. Grayscale: #444444. Windows color (decimal): -2620902 or 1704664. OLE color: 1704664.

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

Color convert

RGB 216 2 26 -
CMYK 0 0.99 0.88 0.15
HSL 353.27º 0.98% 0.43% -
HSV(B) 353.27º 0.99% 0.85% -
XYZ 28.53 14.72 2.31 -
YUV 68.72 103.9 233.05 -
System Red Green Blue C M Y K H S L
Decimal 216 2 26 0 0.99 0.88 0.15 353.27 0.98 0.43
Hex D8 2 1A 0 63 58 F 161 62 2B
Octal 330 2 32 0 143 130 17 541 142 53
Binary 11011000 10 11010 0 1100011 1011000 1111 101100001 1100010 101011

Color Harmonies of #D8021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8021A

Black with #D8021A

Text Example


Text Example

White with #D8021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8021A; }

 p { color: rgb(216,2,26); }

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

background-color css

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

 a { background-color: rgb(216,2,26); }

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

border-color css

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

 span { border-color: rgb(216,2,26); }

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