Html Css Color HEX #D65952 Valencia

📋 copy color: '#D65952'

red 214 ◦ green 89 ◦ blue 82

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

Shades of Valencia #D65952

Tints of Valencia #D65952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.3%

R = 55.58%
G = 23.12%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D65952 (or 0xD65952) is known color: Valencia. HEX triplet: D6, 59 and 52. RGB value is (214,89,82). Sum of RGB (Red+Green+Blue) = 214+89+82=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D65952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65952 is #29A6AD. Grayscale: #7D7D7D. Windows color (decimal): -2729646 or 5396950. OLE color: 5396950.

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

Color convert

RGB 214 89 82 -
CMYK 0 0.58 0.62 0.16
HSL 3.18º 0.62% 0.58% -
HSV(B) 3.18º 0.62% 0.84% -
XYZ 32.83 22.05 10.51 -
YUV 125.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 214 89 82 0 0.58 0.62 0.16 3.18 0.62 0.58
Hex D6 59 52 0 3A 3E 10 3 3E 3A
Octal 326 131 122 0 72 76 20 3 76 72
Binary 11010110 1011001 1010010 0 111010 111110 10000 11 111110 111010

Color Harmonies of #D65952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65952

Black with #D65952

Text Example


Text Example

White with #D65952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65952; }

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

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

background-color css

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

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

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

border-color css

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

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

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