Html Css Color HEX #D65C50 Valencia

📋 copy color: '#D65C50'

red 214 ◦ green 92 ◦ blue 80

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

Shades of Valencia #D65C50

Tints of Valencia #D65C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.83%

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

R = 55.44%
G = 23.83%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D65C50 (or 0xD65C50) is known color: Valencia. HEX triplet: D6, 5C and 50. RGB value is (214,92,80). Sum of RGB (Red+Green+Blue) = 214+92+80=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C50 is #29A3AF. Grayscale: #7F7F7F. Windows color (decimal): -2728880 or 5266646. OLE color: 5266646.

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

Color convert

RGB 214 92 80 -
CMYK 0 0.57 0.63 0.16
HSL 5.37º 0.62% 0.58% -
HSV(B) 5.37º 0.63% 0.84% -
XYZ 33.01 22.53 10.2 -
YUV 127.11 101.42 189.98 -
System Red Green Blue C M Y K H S L
Decimal 214 92 80 0 0.57 0.63 0.16 5.37 0.62 0.58
Hex D6 5C 50 0 39 3F 10 5 3E 3A
Octal 326 134 120 0 71 77 20 5 76 72
Binary 11010110 1011100 1010000 0 111001 111111 10000 101 111110 111010

Color Harmonies of #D65C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C50

Black with #D65C50

Text Example


Text Example

White with #D65C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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