Html Css Color HEX #DD021C Venetian Red

📋 copy color: '#DD021C'

red 221 ◦ green 2 ◦ blue 28

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

Shades of Venetian Red #DD021C

Tints of Venetian Red #DD021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 28 (11.33% from 255) = 11.16%

R = 88.05%
G = 0.8%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD021C (or 0xDD021C) is known color: Venetian Red. HEX triplet: DD, 02 and 1C. RGB value is (221,2,28). Sum of RGB (Red+Green+Blue) = 221+2+28=251 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.05% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 221 - color contains mainly: red. Hex color #DD021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD021C is #22FDE3. Grayscale: #464646. Windows color (decimal): -2293220 or 1835741. OLE color: 1835741.

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

Color convert

RGB 221 2 28 -
CMYK 0 0.99 0.87 0.13
HSL 352.88º 0.98% 0.44% -
HSV(B) 352.88º 0.99% 0.87% -
XYZ 30.05 15.5 2.51 -
YUV 70.45 104.05 235.39 -
System Red Green Blue C M Y K H S L
Decimal 221 2 28 0 0.99 0.87 0.13 352.88 0.98 0.44
Hex DD 2 1C 0 63 57 D 161 62 2C
Octal 335 2 34 0 143 127 15 541 142 54
Binary 11011101 10 11100 0 1100011 1010111 1101 101100001 1100010 101100

Color Harmonies of #DD021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD021C

Black with #DD021C

Text Example


Text Example

White with #DD021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD021C; }

 p { color: rgb(221,2,28); }

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

background-color css

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

 a { background-color: rgb(221,2,28); }

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

border-color css

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

 span { border-color: rgb(221,2,28); }

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