Html Css Color HEX #DD4C46 Valencia

📋 copy color: '#DD4C46'

red 221 ◦ green 76 ◦ blue 70

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

Shades of Valencia #DD4C46

Tints of Valencia #DD4C46

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.71%

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

R = 60.22%
G = 20.71%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD4C46 (or 0xDD4C46) is known color: Valencia. HEX triplet: DD, 4C and 46. RGB value is (221,76,70). Sum of RGB (Red+Green+Blue) = 221+76+70=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C46 is #22B3B9. Grayscale: #767676. Windows color (decimal): -2274234 or 4607197. OLE color: 4607197.

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

Color convert

RGB 221 76 70 -
CMYK 0 0.66 0.68 0.13
HSL 2.38º 0.69% 0.57% -
HSV(B) 2.38º 0.68% 0.87% -
XYZ 33.51 20.98 8.08 -
YUV 118.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 221 76 70 0 0.66 0.68 0.13 2.38 0.69 0.57
Hex DD 4C 46 0 42 44 D 2 45 39
Octal 335 114 106 0 102 104 15 2 105 71
Binary 11011101 1001100 1000110 0 1000010 1000100 1101 10 1000101 111001

Color Harmonies of #DD4C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C46

Black with #DD4C46

Text Example


Text Example

White with #DD4C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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