Html Css Color HEX #DD071A Venetian Red

📋 copy color: '#DD071A'

red 221 ◦ green 7 ◦ blue 26

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

Shades of Venetian Red #DD071A

Tints of Venetian Red #DD071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.76%

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

R = 87.01%
G = 2.76%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD071A (or 0xDD071A) is known color: Venetian Red. HEX triplet: DD, 07 and 1A. RGB value is (221,7,26). Sum of RGB (Red+Green+Blue) = 221+7+26=254 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.01% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 221 - color contains mainly: red. Hex color #DD071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD071A is #22F8E5. Grayscale: #494949. Windows color (decimal): -2291942 or 1705949. OLE color: 1705949.

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

Color convert

RGB 221 7 26 -
CMYK 0 0.97 0.88 0.13
HSL 354.67º 0.94% 0.45% -
HSV(B) 354.67º 0.97% 0.87% -
XYZ 30.08 15.6 2.4 -
YUV 73.15 101.4 233.46 -
System Red Green Blue C M Y K H S L
Decimal 221 7 26 0 0.97 0.88 0.13 354.67 0.94 0.45
Hex DD 7 1A 0 61 58 D 163 5E 2D
Octal 335 7 32 0 141 130 15 543 136 55
Binary 11011101 111 11010 0 1100001 1011000 1101 101100011 1011110 101101

Color Harmonies of #DD071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD071A

Black with #DD071A

Text Example


Text Example

White with #DD071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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