Html Css Color HEX #D14C44 Valencia

📋 copy color: '#D14C44'

red 209 ◦ green 76 ◦ blue 68

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

Shades of Valencia #D14C44

Tints of Valencia #D14C44

RGB

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

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

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

R = 59.21%
G = 21.53%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D14C44 (or 0xD14C44) is known color: Valencia. HEX triplet: D1, 4C and 44. RGB value is (209,76,68). Sum of RGB (Red+Green+Blue) = 209+76+68=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14C44 is #2EB3BB. Grayscale: #737373. Windows color (decimal): -3060668 or 4476113. OLE color: 4476113.

HSL color Cylindrical-coordinate representation of color #D14C44: hue angle of 3.4º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14C44 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 76 68 -
CMYK 0 0.64 0.67 0.18
HSL 3.4º 0.61% 0.54% -
HSV(B) 3.4º 0.67% 0.82% -
XYZ 29.92 19.14 7.59 -
YUV 114.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 209 76 68 0 0.64 0.67 0.18 3.4 0.61 0.54
Hex D1 4C 44 0 40 43 12 3 3D 36
Octal 321 114 104 0 100 103 22 3 75 66
Binary 11010001 1001100 1000100 0 1000000 1000011 10010 11 111101 110110

Color Harmonies of #D14C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C44

Black with #D14C44

Text Example


Text Example

White with #D14C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C44; }

 p { color: rgb(209,76,68); }

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

background-color css

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

 a { background-color: rgb(209,76,68); }

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

border-color css

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

 span { border-color: rgb(209,76,68); }

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