Html Css Color HEX #D5050D Venetian Red

📋 copy color: '#D5050D'

red 213 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #D5050D

Tints of Venetian Red #D5050D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.63%

R = 92.21%
G = 2.16%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5050D (or 0xD5050D) is known color: Venetian Red. HEX triplet: D5, 05 and 0D. RGB value is (213,5,13). Sum of RGB (Red+Green+Blue) = 213+5+13=231 (30% of max value = 765). Red value is 213 (83.59% from 255 or 92.21% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 213 - color contains mainly: red. Hex color #D5050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5050D is #2AFAF2. Grayscale: #444444. Windows color (decimal): -2816755 or 853461. OLE color: 853461.

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

Color convert

RGB 213 5 13 -
CMYK 0 0.98 0.94 0.16
HSL 357.69º 0.95% 0.43% -
HSV(B) 357.69º 0.98% 0.84% -
XYZ 27.57 14.28 1.68 -
YUV 68.1 96.91 231.35 -
System Red Green Blue C M Y K H S L
Decimal 213 5 13 0 0.98 0.94 0.16 357.69 0.95 0.43
Hex D5 5 D 0 62 5E 10 166 5F 2B
Octal 325 5 15 0 142 136 20 546 137 53
Binary 11010101 101 1101 0 1100010 1011110 10000 101100110 1011111 101011

Color Harmonies of #D5050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5050D

Black with #D5050D

Text Example


Text Example

White with #D5050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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