Html Css Color HEX #D95145 Valencia

📋 copy color: '#D95145'

red 217 ◦ green 81 ◦ blue 69

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

Shades of Valencia #D95145

Tints of Valencia #D95145

RGB

 RED value IS 217 (85.16% from 255) = 59.13%

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

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

R = 59.13%
G = 22.07%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D95145 (or 0xD95145) is known color: Valencia. HEX triplet: D9, 51 and 45. RGB value is (217,81,69). Sum of RGB (Red+Green+Blue) = 217+81+69=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D95145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95145 is #26AEBA. Grayscale: #787878. Windows color (decimal): -2535099 or 4542937. OLE color: 4542937.

HSL color Cylindrical-coordinate representation of color #D95145: hue angle of 4.86º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D95145 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 81 69 -
CMYK 0 0.63 0.68 0.15
HSL 4.86º 0.66% 0.56% -
HSV(B) 4.86º 0.68% 0.85% -
XYZ 32.63 21.07 7.98 -
YUV 120.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 217 81 69 0 0.63 0.68 0.15 4.86 0.66 0.56
Hex D9 51 45 0 3F 44 F 5 42 38
Octal 331 121 105 0 77 104 17 5 102 70
Binary 11011001 1010001 1000101 0 111111 1000100 1111 101 1000010 111000

Color Harmonies of #D95145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95145

Black with #D95145

Text Example


Text Example

White with #D95145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95145; }

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

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

background-color css

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

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

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

border-color css

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

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

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