Html Css Color HEX #D8051C Venetian Red

📋 copy color: '#D8051C'

red 216 ◦ green 5 ◦ blue 28

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

Shades of Venetian Red #D8051C

Tints of Venetian Red #D8051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.01%

 BLUE value IS 28 (11.33% from 255) = 11.24%

R = 86.75%
G = 2.01%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8051C (or 0xD8051C) is known color: Venetian Red. HEX triplet: D8, 05 and 1C. RGB value is (216,5,28). Sum of RGB (Red+Green+Blue) = 216+5+28=249 (32% of max value = 765). Red value is 216 (84.77% from 255 or 86.75% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 216 - color contains mainly: red. Hex color #D8051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8051C is #27FAE3. Grayscale: #464646. Windows color (decimal): -2620132 or 1836504. OLE color: 1836504.

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

Color convert

RGB 216 5 28 -
CMYK 0 0.98 0.87 0.15
HSL 353.46º 0.95% 0.43% -
HSV(B) 353.46º 0.98% 0.85% -
XYZ 28.58 14.79 2.45 -
YUV 70.71 103.9 231.63 -
System Red Green Blue C M Y K H S L
Decimal 216 5 28 0 0.98 0.87 0.15 353.46 0.95 0.43
Hex D8 5 1C 0 62 57 F 161 5F 2B
Octal 330 5 34 0 142 127 17 541 137 53
Binary 11011000 101 11100 0 1100010 1010111 1111 101100001 1011111 101011

Color Harmonies of #D8051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8051C

Black with #D8051C

Text Example


Text Example

White with #D8051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8051C; }

 p { color: rgb(216,5,28); }

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

background-color css

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

 a { background-color: rgb(216,5,28); }

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

border-color css

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

 span { border-color: rgb(216,5,28); }

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