Html Css Color HEX #D14847 Valencia

📋 copy color: '#D14847'

red 209 ◦ green 72 ◦ blue 71

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

Shades of Valencia #D14847

Tints of Valencia #D14847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.17%

R = 59.38%
G = 20.45%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D14847 (or 0xD14847) is known color: Valencia. HEX triplet: D1, 48 and 47. RGB value is (209,72,71). Sum of RGB (Red+Green+Blue) = 209+72+71=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D14847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14847 is #2EB7B8. Grayscale: #707070. Windows color (decimal): -3061689 or 4671697. OLE color: 4671697.

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

Color convert

RGB 209 72 71 -
CMYK 0 0.66 0.66 0.18
HSL 0.43º 0.6% 0.55% -
HSV(B) 0.43º 0.66% 0.82% -
XYZ 29.75 18.64 7.99 -
YUV 112.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 209 72 71 0 0.66 0.66 0.18 0.43 0.6 0.55
Hex D1 48 47 0 42 42 12 0 3C 37
Octal 321 110 107 0 102 102 22 0 74 67
Binary 11010001 1001000 1000111 0 1000010 1000010 10010 0 111100 110111

Color Harmonies of #D14847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14847

Black with #D14847

Text Example


Text Example

White with #D14847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14847; }

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

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

background-color css

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

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

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

border-color css

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

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

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