Html Css Color HEX #D14543 Valencia

📋 copy color: '#D14543'

red 209 ◦ green 69 ◦ blue 67

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

Shades of Valencia #D14543

Tints of Valencia #D14543

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20%

 BLUE value IS 67 (26.56% from 255) = 19.42%

R = 60.58%
G = 20%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D14543 (or 0xD14543) is known color: Valencia. HEX triplet: D1, 45 and 43. RGB value is (209,69,67). Sum of RGB (Red+Green+Blue) = 209+69+67=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D14543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14543 is #2EBABC. Grayscale: #6E6E6E. Windows color (decimal): -3062461 or 4408785. OLE color: 4408785.

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

Color convert

RGB 209 69 67 -
CMYK 0 0.67 0.68 0.18
HSL 0.85º 0.61% 0.54% -
HSV(B) 0.85º 0.68% 0.82% -
XYZ 29.44 18.22 7.27 -
YUV 110.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 209 69 67 0 0.67 0.68 0.18 0.85 0.61 0.54
Hex D1 45 43 0 43 44 12 1 3D 36
Octal 321 105 103 0 103 104 22 1 75 66
Binary 11010001 1000101 1000011 0 1000011 1000100 10010 1 111101 110110

Color Harmonies of #D14543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14543

Black with #D14543

Text Example


Text Example

White with #D14543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14543; }

 p { color: rgb(209,69,67); }

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

background-color css

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

 a { background-color: rgb(209,69,67); }

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

border-color css

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

 span { border-color: rgb(209,69,67); }

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