Html Css Color HEX #D15145 Valencia

📋 copy color: '#D15145'

red 209 ◦ green 81 ◦ blue 69

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

Shades of Valencia #D15145

Tints of Valencia #D15145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.56%

 BLUE value IS 69 (27.34% from 255) = 19.22%

R = 58.22%
G = 22.56%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D15145 (or 0xD15145) is known color: Valencia. HEX triplet: D1, 51 and 45. RGB value is (209,81,69). Sum of RGB (Red+Green+Blue) = 209+81+69=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D15145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15145 is #2EAEBA. Grayscale: #767676. Windows color (decimal): -3059387 or 4542929. OLE color: 4542929.

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

Color convert

RGB 209 81 69 -
CMYK 0 0.61 0.67 0.18
HSL 5.14º 0.6% 0.55% -
HSV(B) 5.14º 0.67% 0.82% -
XYZ 30.31 19.87 7.87 -
YUV 117.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 209 81 69 0 0.61 0.67 0.18 5.14 0.6 0.55
Hex D1 51 45 0 3D 43 12 5 3C 37
Octal 321 121 105 0 75 103 22 5 74 67
Binary 11010001 1010001 1000101 0 111101 1000011 10010 101 111100 110111

Color Harmonies of #D15145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15145

Black with #D15145

Text Example


Text Example

White with #D15145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15145; }

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

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

background-color css

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

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

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

border-color css

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

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

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