Html Css Color HEX #D5080C Venetian Red

📋 copy color: '#D5080C'

red 213 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #D5080C

Tints of Venetian Red #D5080C

RGB

 RED value IS 213 (83.59% from 255) = 91.42%

 GREEN value IS 8 (3.52% from 255) = 3.43%

 BLUE value IS 12 (5.08% from 255) = 5.15%

R = 91.42%
G = 3.43%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5080C (or 0xD5080C) is known color: Venetian Red. HEX triplet: D5, 08 and 0C. RGB value is (213,8,12). Sum of RGB (Red+Green+Blue) = 213+8+12=233 (30% of max value = 765). Red value is 213 (83.59% from 255 or 91.42% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 213 - color contains mainly: red. Hex color #D5080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5080C is #2AF7F3. Grayscale: #454545. Windows color (decimal): -2815988 or 788693. OLE color: 788693.

HSL color Cylindrical-coordinate representation of color #D5080C: hue angle of 358.83º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5080C is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 8 12 -
CMYK 0 0.96 0.94 0.16
HSL 358.83º 0.93% 0.43% -
HSV(B) 358.83º 0.96% 0.84% -
XYZ 27.59 14.35 1.66 -
YUV 69.75 95.42 230.17 -
System Red Green Blue C M Y K H S L
Decimal 213 8 12 0 0.96 0.94 0.16 358.83 0.93 0.43
Hex D5 8 C 0 60 5E 10 167 5D 2B
Octal 325 10 14 0 140 136 20 547 135 53
Binary 11010101 1000 1100 0 1100000 1011110 10000 101100111 1011101 101011

Color Harmonies of #D5080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5080C

Black with #D5080C

Text Example


Text Example

White with #D5080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5080C; }

 p { color: rgb(213,8,12); }

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

background-color css

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

 a { background-color: rgb(213,8,12); }

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

border-color css

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

 span { border-color: rgb(213,8,12); }

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