Html Css Color HEX #D5041B Venetian Red

📋 copy color: '#D5041B'

red 213 ◦ green 4 ◦ blue 27

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

Shades of Venetian Red #D5041B

Tints of Venetian Red #D5041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.64%

 BLUE value IS 27 (10.94% from 255) = 11.07%

R = 87.3%
G = 1.64%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5041B (or 0xD5041B) is known color: Venetian Red. HEX triplet: D5, 04 and 1B. RGB value is (213,4,27). Sum of RGB (Red+Green+Blue) = 213+4+27=244 (32% of max value = 765). Red value is 213 (83.59% from 255 or 87.30% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 213 - color contains mainly: red. Hex color #D5041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5041B is #2AFBE4. Grayscale: #454545. Windows color (decimal): -2816997 or 1770709. OLE color: 1770709.

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

Color convert

RGB 213 4 27 -
CMYK 0 0.98 0.87 0.16
HSL 353.4º 0.96% 0.43% -
HSV(B) 353.4º 0.98% 0.84% -
XYZ 27.68 14.31 2.34 -
YUV 69.11 104.24 230.63 -
System Red Green Blue C M Y K H S L
Decimal 213 4 27 0 0.98 0.87 0.16 353.4 0.96 0.43
Hex D5 4 1B 0 62 57 10 161 60 2B
Octal 325 4 33 0 142 127 20 541 140 53
Binary 11010101 100 11011 0 1100010 1010111 10000 101100001 1100000 101011

Color Harmonies of #D5041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5041B

Black with #D5041B

Text Example


Text Example

White with #D5041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5041B; }

 p { color: rgb(213,4,27); }

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

background-color css

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

 a { background-color: rgb(213,4,27); }

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

border-color css

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

 span { border-color: rgb(213,4,27); }

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