Html Css Color HEX #D5050B Venetian Red

📋 copy color: '#D5050B'

red 213 ◦ green 5 ◦ blue 11

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

Shades of Venetian Red #D5050B

Tints of Venetian Red #D5050B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.8%

R = 93.01%
G = 2.18%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5050B (or 0xD5050B) is known color: Venetian Red. HEX triplet: D5, 05 and 0B. RGB value is (213,5,11). Sum of RGB (Red+Green+Blue) = 213+5+11=229 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.01% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 213 - color contains mainly: red. Hex color #D5050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5050B is #2AFAF4. Grayscale: #444444. Windows color (decimal): -2816757 or 722389. OLE color: 722389.

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

Color convert

RGB 213 5 11 -
CMYK 0 0.98 0.95 0.16
HSL 358.27º 0.95% 0.43% -
HSV(B) 358.27º 0.98% 0.84% -
XYZ 27.56 14.28 1.62 -
YUV 67.88 95.91 231.51 -
System Red Green Blue C M Y K H S L
Decimal 213 5 11 0 0.98 0.95 0.16 358.27 0.95 0.43
Hex D5 5 B 0 62 5F 10 166 5F 2B
Octal 325 5 13 0 142 137 20 546 137 53
Binary 11010101 101 1011 0 1100010 1011111 10000 101100110 1011111 101011

Color Harmonies of #D5050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5050B

Black with #D5050B

Text Example


Text Example

White with #D5050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5050B; }

 p { color: rgb(213,5,11); }

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

background-color css

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

 a { background-color: rgb(213,5,11); }

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

border-color css

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

 span { border-color: rgb(213,5,11); }

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