Html Css Color HEX #D14F46 Valencia

📋 copy color: '#D14F46'

red 209 ◦ green 79 ◦ blue 70

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

Shades of Valencia #D14F46

Tints of Valencia #D14F46

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.07%

 BLUE value IS 70 (27.73% from 255) = 19.55%

R = 58.38%
G = 22.07%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D14F46 (or 0xD14F46) is known color: Valencia. HEX triplet: D1, 4F and 46. RGB value is (209,79,70). Sum of RGB (Red+Green+Blue) = 209+79+70=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14F46 is #2EB0B9. Grayscale: #757575. Windows color (decimal): -3059898 or 4607953. OLE color: 4607953.

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

Color convert

RGB 209 79 70 -
CMYK 0 0.62 0.67 0.18
HSL 3.88º 0.6% 0.55% -
HSV(B) 3.88º 0.67% 0.82% -
XYZ 30.2 19.59 7.98 -
YUV 116.84 101.57 193.73 -
System Red Green Blue C M Y K H S L
Decimal 209 79 70 0 0.62 0.67 0.18 3.88 0.6 0.55
Hex D1 4F 46 0 3E 43 12 4 3C 37
Octal 321 117 106 0 76 103 22 4 74 67
Binary 11010001 1001111 1000110 0 111110 1000011 10010 100 111100 110111

Color Harmonies of #D14F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14F46

Black with #D14F46

Text Example


Text Example

White with #D14F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14F46; }

 p { color: rgb(209,79,70); }

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

background-color css

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

 a { background-color: rgb(209,79,70); }

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

border-color css

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

 span { border-color: rgb(209,79,70); }

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