Html Css Color HEX #D65E4F Valencia

📋 copy color: '#D65E4F'

red 214 ◦ green 94 ◦ blue 79

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

Shades of Valencia #D65E4F

Tints of Valencia #D65E4F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.29%

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

R = 55.3%
G = 24.29%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D65E4F (or 0xD65E4F) is known color: Valencia. HEX triplet: D6, 5E and 4F. RGB value is (214,94,79). Sum of RGB (Red+Green+Blue) = 214+94+79=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65E4F is #29A1B0. Grayscale: #808080. Windows color (decimal): -2728369 or 5201622. OLE color: 5201622.

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

Color convert

RGB 214 94 79 -
CMYK 0 0.56 0.63 0.16
HSL 6.67º 0.62% 0.57% -
HSV(B) 6.67º 0.63% 0.84% -
XYZ 33.15 22.87 10.06 -
YUV 128.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 214 94 79 0 0.56 0.63 0.16 6.67 0.62 0.57
Hex D6 5E 4F 0 38 3F 10 7 3E 39
Octal 326 136 117 0 70 77 20 7 76 71
Binary 11010110 1011110 1001111 0 111000 111111 10000 111 111110 111001

Color Harmonies of #D65E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65E4F

Black with #D65E4F

Text Example


Text Example

White with #D65E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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