Html Css Color HEX #DD4F46 Valencia

📋 copy color: '#DD4F46'

red 221 ◦ green 79 ◦ blue 70

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

Shades of Valencia #DD4F46

Tints of Valencia #DD4F46

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

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

R = 59.73%
G = 21.35%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD4F46 (or 0xDD4F46) is known color: Valencia. HEX triplet: DD, 4F and 46. RGB value is (221,79,70). Sum of RGB (Red+Green+Blue) = 221+79+70=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F46 is #22B0B9. Grayscale: #787878. Windows color (decimal): -2273466 or 4607965. OLE color: 4607965.

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

Color convert

RGB 221 79 70 -
CMYK 0 0.64 0.68 0.13
HSL 3.58º 0.69% 0.57% -
HSV(B) 3.58º 0.68% 0.87% -
XYZ 33.72 21.41 8.15 -
YUV 120.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 221 79 70 0 0.64 0.68 0.13 3.58 0.69 0.57
Hex DD 4F 46 0 40 44 D 4 45 39
Octal 335 117 106 0 100 104 15 4 105 71
Binary 11011101 1001111 1000110 0 1000000 1000100 1101 100 1000101 111001

Color Harmonies of #DD4F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F46

Black with #DD4F46

Text Example


Text Example

White with #DD4F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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