Html Css Color HEX #D65D4F Valencia

📋 copy color: '#D65D4F'

red 214 ◦ green 93 ◦ blue 79

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

Shades of Valencia #D65D4F

Tints of Valencia #D65D4F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.09%

 BLUE value IS 79 (31.25% from 255) = 20.47%

R = 55.44%
G = 24.09%
B = 20.47%

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

#D65D4F (or 0xD65D4F) is known color: Valencia. HEX triplet: D6, 5D and 4F. RGB value is (214,93,79). Sum of RGB (Red+Green+Blue) = 214+93+79=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D4F is #29A2B0. Grayscale: #7F7F7F. Windows color (decimal): -2728625 or 5201366. OLE color: 5201366.

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

Color convert

RGB 214 93 79 -
CMYK 0 0.57 0.63 0.16
HSL 6.22º 0.62% 0.57% -
HSV(B) 6.22º 0.63% 0.84% -
XYZ 33.06 22.69 10.03 -
YUV 127.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 214 93 79 0 0.57 0.63 0.16 6.22 0.62 0.57
Hex D6 5D 4F 0 39 3F 10 6 3E 39
Octal 326 135 117 0 71 77 20 6 76 71
Binary 11010110 1011101 1001111 0 111001 111111 10000 110 111110 111001

Color Harmonies of #D65D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D4F

Black with #D65D4F

Text Example


Text Example

White with #D65D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D4F; }

 p { color: rgb(214,93,79); }

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

background-color css

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

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

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

border-color css

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

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

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