Html Css Color HEX #DD514C Valencia

📋 copy color: '#DD514C'

red 221 ◦ green 81 ◦ blue 76

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

Shades of Valencia #DD514C

Tints of Valencia #DD514C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.43%

 BLUE value IS 76 (30.08% from 255) = 20.11%

R = 58.47%
G = 21.43%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD514C (or 0xDD514C) is known color: Valencia. HEX triplet: DD, 51 and 4C. RGB value is (221,81,76). Sum of RGB (Red+Green+Blue) = 221+81+76=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD514C is #22AEB3. Grayscale: #7A7A7A. Windows color (decimal): -2272948 or 5001693. OLE color: 5001693.

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

Color convert

RGB 221 81 76 -
CMYK 0 0.63 0.66 0.13
HSL 2.07º 0.68% 0.58% -
HSV(B) 2.07º 0.66% 0.87% -
XYZ 34.07 21.78 9.25 -
YUV 122.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 221 81 76 0 0.63 0.66 0.13 2.07 0.68 0.58
Hex DD 51 4C 0 3F 42 D 2 44 3A
Octal 335 121 114 0 77 102 15 2 104 72
Binary 11011101 1010001 1001100 0 111111 1000010 1101 10 1000100 111010

Color Harmonies of #DD514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD514C

Black with #DD514C

Text Example


Text Example

White with #DD514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD514C; }

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

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

background-color css

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

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

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

border-color css

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

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

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