Html Css Color HEX #D14842 Valencia

📋 copy color: '#D14842'

red 209 ◦ green 72 ◦ blue 66

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

Shades of Valencia #D14842

Tints of Valencia #D14842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

 BLUE value IS 66 (26.17% from 255) = 19.02%

R = 60.23%
G = 20.75%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D14842 (or 0xD14842) is known color: Valencia. HEX triplet: D1, 48 and 42. RGB value is (209,72,66). Sum of RGB (Red+Green+Blue) = 209+72+66=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D14842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14842 is #2EB7BD. Grayscale: #707070. Windows color (decimal): -3061694 or 4344017. OLE color: 4344017.

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

Color convert

RGB 209 72 66 -
CMYK 0 0.66 0.68 0.18
HSL 2.52º 0.61% 0.54% -
HSV(B) 2.52º 0.68% 0.82% -
XYZ 29.6 18.58 7.18 -
YUV 112.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 209 72 66 0 0.66 0.68 0.18 2.52 0.61 0.54
Hex D1 48 42 0 42 44 12 3 3D 36
Octal 321 110 102 0 102 104 22 3 75 66
Binary 11010001 1001000 1000010 0 1000010 1000100 10010 11 111101 110110

Color Harmonies of #D14842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14842

Black with #D14842

Text Example


Text Example

White with #D14842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14842; }

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

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

background-color css

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

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

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

border-color css

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

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

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