Html Css Color HEX #D65757 Valencia

📋 copy color: '#D65757'

red 214 ◦ green 87 ◦ blue 87

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

Shades of Valencia #D65757

Tints of Valencia #D65757

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.42%

 BLUE value IS 87 (34.38% from 255) = 22.42%

R = 55.15%
G = 22.42%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D65757 (or 0xD65757) is known color: Valencia. HEX triplet: D6, 57 and 57. RGB value is (214,87,87). Sum of RGB (Red+Green+Blue) = 214+87+87=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D65757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65757 is #29A8A8. Grayscale: #7D7D7D. Windows color (decimal): -2730153 or 5724118. OLE color: 5724118.

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

Color convert

RGB 214 87 87 -
CMYK 0 0.59 0.59 0.16
HSL 0.61% 0.59% -
HSV(B) 0.59% 0.84% -
XYZ 32.86 21.8 11.49 -
YUV 124.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 214 87 87 0 0.59 0.59 0.16 0 0.61 0.59
Hex D6 57 57 0 3B 3B 10 0 3D 3B
Octal 326 127 127 0 73 73 20 0 75 73
Binary 11010110 1010111 1010111 0 111011 111011 10000 0 111101 111011

Color Harmonies of #D65757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65757

Black with #D65757

Text Example


Text Example

White with #D65757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65757; }

 p { color: rgb(214,87,87); }

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

background-color css

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

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

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

border-color css

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

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

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