Html Css Color HEX #D8030E Venetian Red

📋 copy color: '#D8030E'

red 216 ◦ green 3 ◦ blue 14

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

Shades of Venetian Red #D8030E

Tints of Venetian Red #D8030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.01%

R = 92.7%
G = 1.29%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8030E (or 0xD8030E) is known color: Venetian Red. HEX triplet: D8, 03 and 0E. RGB value is (216,3,14). Sum of RGB (Red+Green+Blue) = 216+3+14=233 (30% of max value = 765). Red value is 216 (84.77% from 255 or 92.70% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 216 - color contains mainly: red. Hex color #D8030E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8030E is #27FCF1. Grayscale: #444444. Windows color (decimal): -2620658 or 918488. OLE color: 918488.

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

Color convert

RGB 216 3 14 -
CMYK 0 0.99 0.94 0.15
HSL 356.9º 0.97% 0.43% -
HSV(B) 356.9º 0.99% 0.85% -
XYZ 28.43 14.7 1.75 -
YUV 67.94 97.57 233.61 -
System Red Green Blue C M Y K H S L
Decimal 216 3 14 0 0.99 0.94 0.15 356.9 0.97 0.43
Hex D8 3 E 0 63 5E F 165 61 2B
Octal 330 3 16 0 143 136 17 545 141 53
Binary 11011000 11 1110 0 1100011 1011110 1111 101100101 1100001 101011

Color Harmonies of #D8030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8030E

Black with #D8030E

Text Example


Text Example

White with #D8030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8030E; }

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

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

background-color css

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

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

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

border-color css

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

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

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