Html Css Color HEX #DD4946 Valencia

📋 copy color: '#DD4946'

red 221 ◦ green 73 ◦ blue 70

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

Shades of Valencia #DD4946

Tints of Valencia #DD4946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.05%

 BLUE value IS 70 (27.73% from 255) = 19.23%

R = 60.71%
G = 20.05%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD4946 (or 0xDD4946) is known color: Valencia. HEX triplet: DD, 49 and 46. RGB value is (221,73,70). Sum of RGB (Red+Green+Blue) = 221+73+70=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4946 is #22B6B9. Grayscale: #757575. Windows color (decimal): -2275002 or 4606429. OLE color: 4606429.

HSL color Cylindrical-coordinate representation of color #DD4946: hue angle of 1.19º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4946 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 73 70 -
CMYK 0 0.67 0.68 0.13
HSL 1.19º 0.69% 0.57% -
HSV(B) 1.19º 0.68% 0.87% -
XYZ 33.31 20.58 8.01 -
YUV 116.91 101.53 202.24 -
System Red Green Blue C M Y K H S L
Decimal 221 73 70 0 0.67 0.68 0.13 1.19 0.69 0.57
Hex DD 49 46 0 43 44 D 1 45 39
Octal 335 111 106 0 103 104 15 1 105 71
Binary 11011101 1001001 1000110 0 1000011 1000100 1101 1 1000101 111001

Color Harmonies of #DD4946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4946

Black with #DD4946

Text Example


Text Example

White with #DD4946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4946; }

 p { color: rgb(221,73,70); }

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

background-color css

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

 a { background-color: rgb(221,73,70); }

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

border-color css

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

 span { border-color: rgb(221,73,70); }

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