Html Css Color HEX #DD051B Venetian Red

📋 copy color: '#DD051B'

red 221 ◦ green 5 ◦ blue 27

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

Shades of Venetian Red #DD051B

Tints of Venetian Red #DD051B

RGB

 RED value IS 221 (86.72% from 255) = 87.35%

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

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

R = 87.35%
G = 1.98%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD051B (or 0xDD051B) is known color: Venetian Red. HEX triplet: DD, 05 and 1B. RGB value is (221,5,27). Sum of RGB (Red+Green+Blue) = 221+5+27=253 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.35% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 221 - color contains mainly: red. Hex color #DD051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD051B is #22FAE4. Grayscale: #484848. Windows color (decimal): -2292453 or 1770973. OLE color: 1770973.

HSL color Cylindrical-coordinate representation of color #DD051B: hue angle of 353.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD051B is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 5 27 -
CMYK 0 0.98 0.88 0.13
HSL 353.89º 0.96% 0.44% -
HSV(B) 353.89º 0.98% 0.87% -
XYZ 30.07 15.56 2.46 -
YUV 72.09 102.56 234.21 -
System Red Green Blue C M Y K H S L
Decimal 221 5 27 0 0.98 0.88 0.13 353.89 0.96 0.44
Hex DD 5 1B 0 62 58 D 162 60 2C
Octal 335 5 33 0 142 130 15 542 140 54
Binary 11011101 101 11011 0 1100010 1011000 1101 101100010 1100000 101100

Color Harmonies of #DD051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD051B

Black with #DD051B

Text Example


Text Example

White with #DD051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD051B; }

 p { color: rgb(221,5,27); }

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

background-color css

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

 a { background-color: rgb(221,5,27); }

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

border-color css

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

 span { border-color: rgb(221,5,27); }

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