Html Css Color HEX #D45950 Valencia

📋 copy color: '#D45950'

red 212 ◦ green 89 ◦ blue 80

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

Shades of Valencia #D45950

Tints of Valencia #D45950

RGB

 RED value IS 212 (83.2% from 255) = 55.64%

 GREEN value IS 89 (35.16% from 255) = 23.36%

 BLUE value IS 80 (31.64% from 255) = 21%

R = 55.64%
G = 23.36%
B = 21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D45950 (or 0xD45950) is known color: Valencia. HEX triplet: D4, 59 and 50. RGB value is (212,89,80). Sum of RGB (Red+Green+Blue) = 212+89+80=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D45950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45950 is #2BA6AF. Grayscale: #7C7C7C. Windows color (decimal): -2860720 or 5265876. OLE color: 5265876.

HSL color Cylindrical-coordinate representation of color #D45950: hue angle of 4.09º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45950 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 89 80 -
CMYK 0 0.58 0.62 0.17
HSL 4.09º 0.61% 0.57% -
HSV(B) 4.09º 0.62% 0.83% -
XYZ 32.17 21.72 10.09 -
YUV 124.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 212 89 80 0 0.58 0.62 0.17 4.09 0.61 0.57
Hex D4 59 50 0 3A 3E 11 4 3D 39
Octal 324 131 120 0 72 76 21 4 75 71
Binary 11010100 1011001 1010000 0 111010 111110 10001 100 111101 111001

Color Harmonies of #D45950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45950

Black with #D45950

Text Example


Text Example

White with #D45950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45950; }

 p { color: rgb(212,89,80); }

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

background-color css

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

 a { background-color: rgb(212,89,80); }

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

border-color css

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

 span { border-color: rgb(212,89,80); }

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