Html Css Color HEX #DD4F44 Valencia

📋 copy color: '#DD4F44'

red 221 ◦ green 79 ◦ blue 68

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

Shades of Valencia #DD4F44

Tints of Valencia #DD4F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.48%

R = 60.05%
G = 21.47%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD4F44 (or 0xDD4F44) is known color: Valencia. HEX triplet: DD, 4F and 44. RGB value is (221,79,68). Sum of RGB (Red+Green+Blue) = 221+79+68=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F44 is #22B0BB. Grayscale: #787878. Windows color (decimal): -2273468 or 4476893. OLE color: 4476893.

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

Color convert

RGB 221 79 68 -
CMYK 0 0.64 0.69 0.13
HSL 4.31º 0.69% 0.57% -
HSV(B) 4.31º 0.69% 0.87% -
XYZ 33.66 21.38 7.82 -
YUV 120.2 98.54 199.89 -
System Red Green Blue C M Y K H S L
Decimal 221 79 68 0 0.64 0.69 0.13 4.31 0.69 0.57
Hex DD 4F 44 0 40 45 D 4 45 39
Octal 335 117 104 0 100 105 15 4 105 71
Binary 11011101 1001111 1000100 0 1000000 1000101 1101 100 1000101 111001

Color Harmonies of #DD4F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F44

Black with #DD4F44

Text Example


Text Example

White with #DD4F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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