Html Css Color HEX #D14B41 Valencia

📋 copy color: '#D14B41'

red 209 ◦ green 75 ◦ blue 65

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

Shades of Valencia #D14B41

Tints of Valencia #D14B41

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.49%

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

R = 59.89%
G = 21.49%
B = 18.62%

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

#D14B41 (or 0xD14B41) is known color: Valencia. HEX triplet: D1, 4B and 41. RGB value is (209,75,65). Sum of RGB (Red+Green+Blue) = 209+75+65=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14B41 is #2EB4BE. Grayscale: #727272. Windows color (decimal): -3060927 or 4279249. OLE color: 4279249.

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

Color convert

RGB 209 75 65 -
CMYK 0 0.64 0.69 0.18
HSL 4.17º 0.61% 0.54% -
HSV(B) 4.17º 0.69% 0.82% -
XYZ 29.76 18.97 7.09 -
YUV 113.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 209 75 65 0 0.64 0.69 0.18 4.17 0.61 0.54
Hex D1 4B 41 0 40 45 12 4 3D 36
Octal 321 113 101 0 100 105 22 4 75 66
Binary 11010001 1001011 1000001 0 1000000 1000101 10010 100 111101 110110

Color Harmonies of #D14B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14B41

Black with #D14B41

Text Example


Text Example

White with #D14B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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