Html Css Color HEX #D14C41 Valencia

📋 copy color: '#D14C41'

red 209 ◦ green 76 ◦ blue 65

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

Shades of Valencia #D14C41

Tints of Valencia #D14C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

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

R = 59.71%
G = 21.71%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D14C41 (or 0xD14C41) is known color: Valencia. HEX triplet: D1, 4C and 41. RGB value is (209,76,65). Sum of RGB (Red+Green+Blue) = 209+76+65=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14C41 is #2EB3BE. Grayscale: #727272. Windows color (decimal): -3060671 or 4279505. OLE color: 4279505.

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

Color convert

RGB 209 76 65 -
CMYK 0 0.64 0.69 0.18
HSL 4.58º 0.61% 0.54% -
HSV(B) 4.58º 0.69% 0.82% -
XYZ 29.83 19.11 7.12 -
YUV 114.51 100.06 195.39 -
System Red Green Blue C M Y K H S L
Decimal 209 76 65 0 0.64 0.69 0.18 4.58 0.61 0.54
Hex D1 4C 41 0 40 45 12 5 3D 36
Octal 321 114 101 0 100 105 22 5 75 66
Binary 11010001 1001100 1000001 0 1000000 1000101 10010 101 111101 110110

Color Harmonies of #D14C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C41

Black with #D14C41

Text Example


Text Example

White with #D14C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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