Html Css Color HEX #D5081C Venetian Red

📋 copy color: '#D5081C'

red 213 ◦ green 8 ◦ blue 28

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

Shades of Venetian Red #D5081C

Tints of Venetian Red #D5081C

RGB

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

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

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

R = 85.54%
G = 3.21%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5081C (or 0xD5081C) is known color: Venetian Red. HEX triplet: D5, 08 and 1C. RGB value is (213,8,28). Sum of RGB (Red+Green+Blue) = 213+8+28=249 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.54% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 213 - color contains mainly: red. Hex color #D5081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5081C is #2AF7E3. Grayscale: #474747. Windows color (decimal): -2815972 or 1837269. OLE color: 1837269.

HSL color Cylindrical-coordinate representation of color #D5081C: hue angle of 354.15º 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 #D5081C is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 8 28 -
CMYK 0 0.96 0.87 0.16
HSL 354.15º 0.93% 0.43% -
HSV(B) 354.15º 0.96% 0.84% -
XYZ 27.74 14.4 2.42 -
YUV 71.58 103.42 228.87 -
System Red Green Blue C M Y K H S L
Decimal 213 8 28 0 0.96 0.87 0.16 354.15 0.93 0.43
Hex D5 8 1C 0 60 57 10 162 5D 2B
Octal 325 10 34 0 140 127 20 542 135 53
Binary 11010101 1000 11100 0 1100000 1010111 10000 101100010 1011101 101011

Color Harmonies of #D5081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5081C

Black with #D5081C

Text Example


Text Example

White with #D5081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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