Html Css Color HEX #D14D48 Valencia

📋 copy color: '#D14D48'

red 209 ◦ green 77 ◦ blue 72

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

Shades of Valencia #D14D48

Tints of Valencia #D14D48

RGB

 RED value IS 209 (82.03% from 255) = 58.38%

 GREEN value IS 77 (30.47% from 255) = 21.51%

 BLUE value IS 72 (28.52% from 255) = 20.11%

R = 58.38%
G = 21.51%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D14D48 (or 0xD14D48) is known color: Valencia. HEX triplet: D1, 4D and 48. RGB value is (209,77,72). Sum of RGB (Red+Green+Blue) = 209+77+72=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14D48 is #2EB2B7. Grayscale: #747474. Windows color (decimal): -3060408 or 4738513. OLE color: 4738513.

HSL color Cylindrical-coordinate representation of color #D14D48: hue angle of 2.19º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14D48 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 77 72 -
CMYK 0 0.63 0.66 0.18
HSL 2.19º 0.6% 0.55% -
HSV(B) 2.19º 0.66% 0.82% -
XYZ 30.12 19.33 8.27 -
YUV 115.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 209 77 72 0 0.63 0.66 0.18 2.19 0.6 0.55
Hex D1 4D 48 0 3F 42 12 2 3C 37
Octal 321 115 110 0 77 102 22 2 74 67
Binary 11010001 1001101 1001000 0 111111 1000010 10010 10 111100 110111

Color Harmonies of #D14D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14D48

Black with #D14D48

Text Example


Text Example

White with #D14D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14D48; }

 p { color: rgb(209,77,72); }

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

background-color css

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

 a { background-color: rgb(209,77,72); }

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

border-color css

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

 span { border-color: rgb(209,77,72); }

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