Html Css Color HEX #D14541 Valencia

📋 copy color: '#D14541'

red 209 ◦ green 69 ◦ blue 65

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

Shades of Valencia #D14541

Tints of Valencia #D14541

RGB

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

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

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

R = 60.93%
G = 20.12%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D14541 (or 0xD14541) is known color: Valencia. HEX triplet: D1, 45 and 41. RGB value is (209,69,65). Sum of RGB (Red+Green+Blue) = 209+69+65=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D14541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14541 is #2EBABE. Grayscale: #6E6E6E. Windows color (decimal): -3062463 or 4277713. OLE color: 4277713.

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

Color convert

RGB 209 69 65 -
CMYK 0 0.67 0.69 0.18
HSL 1.67º 0.61% 0.54% -
HSV(B) 1.67º 0.69% 0.82% -
XYZ 29.38 18.19 6.96 -
YUV 110.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 209 69 65 0 0.67 0.69 0.18 1.67 0.61 0.54
Hex D1 45 41 0 43 45 12 2 3D 36
Octal 321 105 101 0 103 105 22 2 75 66
Binary 11010001 1000101 1000001 0 1000011 1000101 10010 10 111101 110110

Color Harmonies of #D14541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14541

Black with #D14541

Text Example


Text Example

White with #D14541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14541; }

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

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

background-color css

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

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

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

border-color css

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

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

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