Html Css Color HEX #D65C51 Valencia

📋 copy color: '#D65C51'

red 214 ◦ green 92 ◦ blue 81

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

Shades of Valencia #D65C51

Tints of Valencia #D65C51

RGB

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

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

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

R = 55.3%
G = 23.77%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D65C51 (or 0xD65C51) is known color: Valencia. HEX triplet: D6, 5C and 51. RGB value is (214,92,81). Sum of RGB (Red+Green+Blue) = 214+92+81=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C51 is #29A3AE. Grayscale: #7F7F7F. Windows color (decimal): -2728879 or 5332182. OLE color: 5332182.

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

Color convert

RGB 214 92 81 -
CMYK 0 0.57 0.62 0.16
HSL 4.96º 0.62% 0.58% -
HSV(B) 4.96º 0.62% 0.84% -
XYZ 33.04 22.54 10.39 -
YUV 127.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 214 92 81 0 0.57 0.62 0.16 4.96 0.62 0.58
Hex D6 5C 51 0 39 3E 10 5 3E 3A
Octal 326 134 121 0 71 76 20 5 76 72
Binary 11010110 1011100 1010001 0 111001 111110 10000 101 111110 111010

Color Harmonies of #D65C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C51

Black with #D65C51

Text Example


Text Example

White with #D65C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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