Html Css Color HEX #D14841 Valencia

📋 copy color: '#D14841'

red 209 ◦ green 72 ◦ blue 65

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

Shades of Valencia #D14841

Tints of Valencia #D14841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.79%

R = 60.4%
G = 20.81%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D14841 (or 0xD14841) is known color: Valencia. HEX triplet: D1, 48 and 41. RGB value is (209,72,65). Sum of RGB (Red+Green+Blue) = 209+72+65=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D14841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14841 is #2EB7BE. Grayscale: #707070. Windows color (decimal): -3061695 or 4278481. OLE color: 4278481.

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

Color convert

RGB 209 72 65 -
CMYK 0 0.66 0.69 0.18
HSL 2.92º 0.61% 0.54% -
HSV(B) 2.92º 0.69% 0.82% -
XYZ 29.57 18.57 7.03 -
YUV 112.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 209 72 65 0 0.66 0.69 0.18 2.92 0.61 0.54
Hex D1 48 41 0 42 45 12 3 3D 36
Octal 321 110 101 0 102 105 22 3 75 66
Binary 11010001 1001000 1000001 0 1000010 1000101 10010 11 111101 110110

Color Harmonies of #D14841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14841

Black with #D14841

Text Example


Text Example

White with #D14841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14841; }

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

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

background-color css

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

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

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

border-color css

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

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

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