Html Css Color HEX #D14A48 Valencia

📋 copy color: '#D14A48'

red 209 ◦ green 74 ◦ blue 72

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

Shades of Valencia #D14A48

Tints of Valencia #D14A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.85%

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

R = 58.87%
G = 20.85%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D14A48 (or 0xD14A48) is known color: Valencia. HEX triplet: D1, 4A and 48. RGB value is (209,74,72). Sum of RGB (Red+Green+Blue) = 209+74+72=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14A48 is #2EB5B7. Grayscale: #727272. Windows color (decimal): -3061176 or 4737745. OLE color: 4737745.

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

Color convert

RGB 209 74 72 -
CMYK 0 0.65 0.66 0.18
HSL 0.88º 0.6% 0.55% -
HSV(B) 0.88º 0.66% 0.82% -
XYZ 29.91 18.92 8.21 -
YUV 114.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 209 74 72 0 0.65 0.66 0.18 0.88 0.6 0.55
Hex D1 4A 48 0 41 42 12 1 3C 37
Octal 321 112 110 0 101 102 22 1 74 67
Binary 11010001 1001010 1001000 0 1000001 1000010 10010 1 111100 110111

Color Harmonies of #D14A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14A48

Black with #D14A48

Text Example


Text Example

White with #D14A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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