Html Css Color HEX #D45D4E Valencia

📋 copy color: '#D45D4E'

red 212 ◦ green 93 ◦ blue 78

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

Shades of Valencia #D45D4E

Tints of Valencia #D45D4E

RGB

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

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

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

R = 55.35%
G = 24.28%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D45D4E (or 0xD45D4E) is known color: Valencia. HEX triplet: D4, 5D and 4E. RGB value is (212,93,78). Sum of RGB (Red+Green+Blue) = 212+93+78=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45D4E is #2BA2B1. Grayscale: #7F7F7F. Windows color (decimal): -2859698 or 5135828. OLE color: 5135828.

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

Color convert

RGB 212 93 78 -
CMYK 0 0.56 0.63 0.17
HSL 6.72º 0.61% 0.57% -
HSV(B) 6.72º 0.63% 0.83% -
XYZ 32.44 22.38 9.82 -
YUV 126.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 212 93 78 0 0.56 0.63 0.17 6.72 0.61 0.57
Hex D4 5D 4E 0 38 3F 11 7 3D 39
Octal 324 135 116 0 70 77 21 7 75 71
Binary 11010100 1011101 1001110 0 111000 111111 10001 111 111101 111001

Color Harmonies of #D45D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45D4E

Black with #D45D4E

Text Example


Text Example

White with #D45D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45D4E; }

 p { color: rgb(212,93,78); }

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

background-color css

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

 a { background-color: rgb(212,93,78); }

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

border-color css

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

 span { border-color: rgb(212,93,78); }

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