Html Css Color HEX #DD051A Venetian Red

📋 copy color: '#DD051A'

red 221 ◦ green 5 ◦ blue 26

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

Shades of Venetian Red #DD051A

Tints of Venetian Red #DD051A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 87.7%
G = 1.98%
B = 10.32%

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

#DD051A (or 0xDD051A) is known color: Venetian Red. HEX triplet: DD, 05 and 1A. RGB value is (221,5,26). Sum of RGB (Red+Green+Blue) = 221+5+26=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD051A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD051A is #22FAE5. Grayscale: #484848. Windows color (decimal): -2292454 or 1705437. OLE color: 1705437.

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

Color convert

RGB 221 5 26 -
CMYK 0 0.98 0.88 0.13
HSL 354.17º 0.96% 0.44% -
HSV(B) 354.17º 0.98% 0.87% -
XYZ 30.06 15.56 2.4 -
YUV 71.98 102.06 234.29 -
System Red Green Blue C M Y K H S L
Decimal 221 5 26 0 0.98 0.88 0.13 354.17 0.96 0.44
Hex DD 5 1A 0 62 58 D 162 60 2C
Octal 335 5 32 0 142 130 15 542 140 54
Binary 11011101 101 11010 0 1100010 1011000 1101 101100010 1100000 101100

Color Harmonies of #DD051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD051A

Black with #DD051A

Text Example


Text Example

White with #DD051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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