Html Css Color HEX #D14741 Valencia

📋 copy color: '#D14741'

red 209 ◦ green 71 ◦ blue 65

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

Shades of Valencia #D14741

Tints of Valencia #D14741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.58%

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

R = 60.58%
G = 20.58%
B = 18.84%

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

#D14741 (or 0xD14741) is known color: Valencia. HEX triplet: D1, 47 and 41. RGB value is (209,71,65). Sum of RGB (Red+Green+Blue) = 209+71+65=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D14741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14741 is #2EB8BE. Grayscale: #6F6F6F. Windows color (decimal): -3061951 or 4278225. OLE color: 4278225.

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

Color convert

RGB 209 71 65 -
CMYK 0 0.66 0.69 0.18
HSL 2.5º 0.61% 0.54% -
HSV(B) 2.5º 0.69% 0.82% -
XYZ 29.5 18.44 7.01 -
YUV 111.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 209 71 65 0 0.66 0.69 0.18 2.5 0.61 0.54
Hex D1 47 41 0 42 45 12 2 3D 36
Octal 321 107 101 0 102 105 22 2 75 66
Binary 11010001 1000111 1000001 0 1000010 1000101 10010 10 111101 110110

Color Harmonies of #D14741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14741

Black with #D14741

Text Example


Text Example

White with #D14741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14741; }

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

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

background-color css

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

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

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

border-color css

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

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

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