Html Css Color HEX #D65953 Valencia

📋 copy color: '#D65953'

red 214 ◦ green 89 ◦ blue 83

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

Shades of Valencia #D65953

Tints of Valencia #D65953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.5%

R = 55.44%
G = 23.06%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D65953 (or 0xD65953) is known color: Valencia. HEX triplet: D6, 59 and 53. RGB value is (214,89,83). Sum of RGB (Red+Green+Blue) = 214+89+83=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D65953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65953 is #29A6AC. Grayscale: #7D7D7D. Windows color (decimal): -2729645 or 5462486. OLE color: 5462486.

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

Color convert

RGB 214 89 83 -
CMYK 0 0.58 0.61 0.16
HSL 2.75º 0.62% 0.58% -
HSV(B) 2.75º 0.61% 0.84% -
XYZ 32.87 22.07 10.71 -
YUV 125.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 214 89 83 0 0.58 0.61 0.16 2.75 0.62 0.58
Hex D6 59 53 0 3A 3D 10 3 3E 3A
Octal 326 131 123 0 72 75 20 3 76 72
Binary 11010110 1011001 1010011 0 111010 111101 10000 11 111110 111010

Color Harmonies of #D65953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65953

Black with #D65953

Text Example


Text Example

White with #D65953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65953; }

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

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

background-color css

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

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

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

border-color css

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

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

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