Html Css Color HEX #D65551 Valencia

📋 copy color: '#D65551'

red 214 ◦ green 85 ◦ blue 81

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

Shades of Valencia #D65551

Tints of Valencia #D65551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.37%

 BLUE value IS 81 (32.03% from 255) = 21.32%

R = 56.32%
G = 22.37%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D65551 (or 0xD65551) is known color: Valencia. HEX triplet: D6, 55 and 51. RGB value is (214,85,81). Sum of RGB (Red+Green+Blue) = 214+85+81=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D65551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65551 is #29AAAE. Grayscale: #7B7B7B. Windows color (decimal): -2730671 or 5330390. OLE color: 5330390.

HSL color Cylindrical-coordinate representation of color #D65551: hue angle of 1.8º 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 #D65551 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 85 81 -
CMYK 0 0.60 0.62 0.16
HSL 1.8º 0.62% 0.58% -
HSV(B) 1.8º 0.62% 0.84% -
XYZ 32.47 21.39 10.2 -
YUV 123.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 214 85 81 0 0.60 0.62 0.16 1.8 0.62 0.58
Hex D6 55 51 0 3C 3E 10 2 3E 3A
Octal 326 125 121 0 74 76 20 2 76 72
Binary 11010110 1010101 1010001 0 111100 111110 10000 10 111110 111010

Color Harmonies of #D65551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65551

Black with #D65551

Text Example


Text Example

White with #D65551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65551; }

 p { color: rgb(214,85,81); }

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

background-color css

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

 a { background-color: rgb(214,85,81); }

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

border-color css

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

 span { border-color: rgb(214,85,81); }

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