Html Css Color HEX #D75C4E Valencia

📋 copy color: '#D75C4E'

red 215 ◦ green 92 ◦ blue 78

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

Shades of Valencia #D75C4E

Tints of Valencia #D75C4E

RGB

 RED value IS 215 (84.38% from 255) = 55.84%

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

 BLUE value IS 78 (30.86% from 255) = 20.26%

R = 55.84%
G = 23.9%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D75C4E (or 0xD75C4E) is known color: Valencia. HEX triplet: D7, 5C and 4E. RGB value is (215,92,78). Sum of RGB (Red+Green+Blue) = 215+92+78=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75C4E is #28A3B1. Grayscale: #7F7F7F. Windows color (decimal): -2663346 or 5135575. OLE color: 5135575.

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

Color convert

RGB 215 92 78 -
CMYK 0 0.57 0.64 0.16
HSL 6.13º 0.63% 0.57% -
HSV(B) 6.13º 0.64% 0.84% -
XYZ 33.23 22.65 9.83 -
YUV 127.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 215 92 78 0 0.57 0.64 0.16 6.13 0.63 0.57
Hex D7 5C 4E 0 39 40 10 6 3F 39
Octal 327 134 116 0 71 100 20 6 77 71
Binary 11010111 1011100 1001110 0 111001 1000000 10000 110 111111 111001

Color Harmonies of #D75C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75C4E

Black with #D75C4E

Text Example


Text Example

White with #D75C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75C4E; }

 p { color: rgb(215,92,78); }

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

background-color css

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

 a { background-color: rgb(215,92,78); }

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

border-color css

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

 span { border-color: rgb(215,92,78); }

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