Html Css Color HEX #D65950 Valencia

📋 copy color: '#D65950'

red 214 ◦ green 89 ◦ blue 80

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

Shades of Valencia #D65950

Tints of Valencia #D65950

RGB

 RED value IS 214 (83.98% from 255) = 55.87%

 GREEN value IS 89 (35.16% from 255) = 23.24%

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 55.87%
G = 23.24%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D65950 (or 0xD65950) is known color: Valencia. HEX triplet: D6, 59 and 50. RGB value is (214,89,80). Sum of RGB (Red+Green+Blue) = 214+89+80=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D65950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65950 is #29A6AF. Grayscale: #7D7D7D. Windows color (decimal): -2729648 or 5265878. OLE color: 5265878.

HSL color Cylindrical-coordinate representation of color #D65950: hue angle of 4.03º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65950 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 89 80 -
CMYK 0 0.58 0.63 0.16
HSL 4.03º 0.62% 0.58% -
HSV(B) 4.03º 0.63% 0.84% -
XYZ 32.75 22.02 10.11 -
YUV 125.35 102.41 191.23 -
System Red Green Blue C M Y K H S L
Decimal 214 89 80 0 0.58 0.63 0.16 4.03 0.62 0.58
Hex D6 59 50 0 3A 3F 10 4 3E 3A
Octal 326 131 120 0 72 77 20 4 76 72
Binary 11010110 1011001 1010000 0 111010 111111 10000 100 111110 111010

Color Harmonies of #D65950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65950

Black with #D65950

Text Example


Text Example

White with #D65950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65950; }

 p { color: rgb(214,89,80); }

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

background-color css

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

 a { background-color: rgb(214,89,80); }

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

border-color css

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

 span { border-color: rgb(214,89,80); }

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